Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit dd9cffb7 authored by Zamil Majdy's avatar Zamil Majdy
Browse files

#140382397 #5 Add Gunicorn on start script

parent 0bc678a4
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@ service postgresql start
service ssh start
cd /home/kape
npm install
npm run build-production
pip install -r requirements.txt
npm run build-production
gunicorn --bind 0.0.0.0:8001 kape.wsgi:application --reload
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment