From 4cb8c8845fea42c109c49bfab45caa1935256e90 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 23:06:11 +0100 Subject: [PATCH] Update install --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4e3b5c1..82fc6ec 100644 --- a/scripts/install +++ b/scripts/install @@ -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"