mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Update install
This commit is contained in:
parent
1ebcf876f8
commit
a8f18f0ac8
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ sudo npm install
|
|||
sudo service start redis-server
|
||||
sudo yunohost firewall allow Both 85
|
||||
sudo service scrumblr start
|
||||
sudo node server.js --port 85
|
||||
sudo systemctl start "$app".service
|
||||
|
||||
|
||||
|
||||
|
@ -60,4 +60,5 @@ then
|
|||
fi
|
||||
|
||||
sudo service nginx reload
|
||||
sudo yunohost service add "$app" --log /var/log/"$app"/"$app".log
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Add table
Reference in a new issue