1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

add home page

This commit is contained in:
Développeur égaré 2015-05-31 11:35:04 +02:00
parent bb57f9d5db
commit db9849ae33

View file

@ -106,6 +106,9 @@ cd $ori_path
sudo mv $final_path/.profile $final_path/.profile.bak
sudo service diaspora_ynh start
# install home page
sudo cp ../conf/_show.html.haml $final_path/app/views/home/_show.html.haml
# config nginx
cat /etc/nginx/conf.d/$domain.conf | grep -q "diaspora_server"
if [ $? != 0 ]