Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ISRIC
wsm.rest
Commits
8ce4137d
Commit
8ce4137d
authored
Jan 10, 2018
by
Luís de Sousa
Browse files
Silent rm in stsrtup script.
parent
be837f09
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/startup.sh
View file @
8ce4137d
...
@@ -6,7 +6,7 @@ echo "Launching Gunicorn..."
...
@@ -6,7 +6,7 @@ echo "Launching Gunicorn..."
nohup
/usr/local/bin/gunicorn wsgi:app
--workers
3
--bind
unix:wsm.rest.sock
-m
007 </dev/null
>
logs/gunicorn.log 2>&1 &
nohup
/usr/local/bin/gunicorn wsgi:app
--workers
3
--bind
unix:wsm.rest.sock
-m
007 </dev/null
>
logs/gunicorn.log 2>&1 &
echo
"Setting up nginx config."
echo
"Setting up nginx config."
rm
/etc/nginx/sites-enabled/default
rm
-f
/etc/nginx/sites-enabled/default
cp
/var/www/wsm.rest/configs/wsm.rest.nginx /etc/nginx/sites-enabled/wsm.rest
cp
/var/www/wsm.rest/configs/wsm.rest.nginx /etc/nginx/sites-enabled/wsm.rest
echo
"Launching nginx..."
echo
"Launching nginx..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment