فهرست منبع

new install scipt for assist landing

1Mike21 1 سال پیش
والد
کامیت
c03f0e6ec0
3فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 2 1
      .gitignore
  2. 1 1
      bin/install.sh
  3. 1 1
      config

+ 2 - 1
.gitignore

@@ -31,4 +31,5 @@ media/
 .DS_Store
 
 # Project configuration variables
-core/settings_vars.py
+core/settings_vars.py
+bin/install.sh

+ 1 - 1
bin/install.sh

@@ -27,7 +27,7 @@ update_repository "$BACKEND" "dbsynce" "metasynced_module"
 update_repository "$CONFIG" "conf" "master"
 update_repository "$DESIGN_TEMPLATE" "design_template" "unstable"
 update_repository "$WEBSERVICE_RUNNING" "webservice_running" "unstable"
-update_repository "$LANDING" "landing" "landing_module"
+update_repository "$LANDING" "landing" "new_version"
 update_repository "$USER_MODEL" "user" "master"
 update_repository "$WEBAPP_BASE" "design_template" "unstable"
 git pull

+ 1 - 1
_config → config

@@ -3,5 +3,5 @@ BACKEND="https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git"
 CONFIG="https://git.sharix-app.org/ShariX_Open/sharix-open-config.git"
 DESIGN_TEMPLATE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git"
 WEBSERVICE_RUNNING="https://git.sharix-app.org/ShariX_Open/sharix-open-webservice-running.git"
-LANDING="https://git.sharix-app.org/ShariX_Open/sharix-open-landing.git"
+LANDING="https://git.sharix-app.org/ShariX_Assist/sharix-assist-landing.git"
 USER_MODEL="https://git.sharix-app.org/ShariX_Open/sharix-open-user-model.git"