Browse Source

update script v_0.3

Denis 1 year ago
parent
commit
87277b1a33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install_unix.sh

+ 2 - 2
install_unix.sh

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