Explorar o código

fixed install scipts

david.berlinskiy hai 1 ano
pai
achega
ebdcc0b790
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      bin/start.sh

+ 2 - 2
bin/start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-#cd <path to project>
+cd /root/sharix-assist-webapp-base/
 
 
 source venv/bin/activate
 source venv/bin/activate
 
 
@@ -8,4 +8,4 @@ python manage.py makemigrations
 python manage.py migrate
 python manage.py migrate
 python manage.py collectstatic -l --noinput
 python manage.py collectstatic -l --noinput
 
 
-gunicorn core.wsgi:application -c core/gunicorn.py
+gunicorn core.wsgi:application -c core/gunicorn.py