Ver Fonte

prod version

Evgeny Polivanov há 1 ano atrás
pai
commit
0a19a25ef2
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 2 2
      bin/webuser.sh
  2. 2 2
      install_unix.sh

+ 2 - 2
bin/webuser.sh

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

+ 2 - 2
install_unix.sh

@@ -1,6 +1,6 @@
 #!/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
+git clone -b unstable https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git tickets
+git clone -b metasynced_module https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git metaservicesynced
 python3 -m venv env
 source env/bin/activate
 pip3 install --upgrade pip