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
ed17551d87
commit
4cb8c8845f
1 changed files with 4 additions and 2 deletions
|
@ -46,9 +46,11 @@ sudo chown root: $nginxconf
|
||||||
sudo chmod 600 $nginxconf
|
sudo chmod 600 $nginxconf
|
||||||
cd $final_path
|
cd $final_path
|
||||||
sudo npm install
|
sudo npm install
|
||||||
sudo redis-server
|
sudo service start redis-server
|
||||||
sudo node server.js --port 85
|
|
||||||
sudo yunohost firewall allow Both 85
|
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"
|
ynh_app_setting_set "$app" is_public "$is_public"
|
||||||
|
|
Loading…
Add table
Reference in a new issue