1
0
Fork 0
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:
frju365 2017-01-29 23:06:11 +01:00 committed by GitHub
parent ed17551d87
commit 4cb8c8845f

View file

@ -46,9 +46,11 @@ sudo chown root: $nginxconf
sudo chmod 600 $nginxconf
cd $final_path
sudo npm install
sudo redis-server
sudo node server.js --port 85
sudo service start redis-server
sudo yunohost firewall allow Both 85
sudo service scrumblr start
sudo node server.js --port 85
ynh_app_setting_set "$app" is_public "$is_public"