소스 검색

fixed install scipts

david.berlinskiy 1 년 전
부모
커밋
ebdcc0b790
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      bin/start.sh

+ 2 - 2
bin/start.sh

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