|
@@ -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
|