Browse Source

update script unix beta0.2

Denis 1 year ago
parent
commit
9f7b550e5e
2 changed files with 2 additions and 5 deletions
  1. 0 3
      bin/webuser.sh~
  2. 2 2
      install_unix.sh

+ 0 - 3
bin/webuser.sh~

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

+ 2 - 2
install_unix.sh

@@ -6,7 +6,7 @@ cd ..
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git tickets 
 cd tickets
 git checkout unstable
-git cd ..
+cd ..
 git clone https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git metaservicesynced
 cd metaservicesynced
 git checkout unstable
@@ -26,6 +26,6 @@ pip3 install -r requirements.txt
 python3 manage.py makemigrations
 python3 manage.py migrate
 python3 manage.py collectstatic
-python3 manage.py createsuperuser
+#python3 manage.py createsuperuser
 deactivate
 cp sharix-open-config/sharix_open.service /etc/systemd/system/