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:
parent
bb57f9d5db
commit
db9849ae33
1 changed files with 3 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue