Evgeny Polivanov 1 год назад
Родитель
Сommit
d7c78e3be4
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      bin/webuser.sh
  2. 2 2
      install_unix.sh

+ 1 - 1
bin/webuser.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 cd /root/sharix-open-webapp-base
-exec /root/sharix-open-webapp-base/webapp-base/bin/gunicorn core.wsgi:application -c core/conf_gunicorn.py
+exec /root/sharix-open-webapp-base/env/bin/gunicorn core.wsgi:application -c core/conf_gunicorn.py

+ 2 - 2
install_unix.sh

@@ -1,8 +1,8 @@
 #!/bin/bash
 git clone -b unstable ssh://gogs@git.sharix-app.org/ShariX_Open/sharix-open-tickets.git tickets
 git clone -b metasynced_module ssh://gogs@git.sharix-app.org/ShariX_Open/sharix-open-backend.git metaservicesynced
-python3 -m venv webapp-base
-source webapp-base/bin/activate
+python3 -m venv env
+source env/bin/activate
 pip3 install --upgrade pip
 pip3 install -r requirements.txt
 python3 manage.py makemigrations