Эх сурвалжийг харах

Merge branch 'unstable' of https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-base into unstable

	modified:   README.md
	new file:   bin/install.cfg
	modified:   bin/install.sh
david.berlinskiy 1 жил өмнө
parent
commit
9c6077b077
3 өөрчлөгдсөн 9 нэмэгдсэн , 2 устгасан
  1. 1 1
      README.md
  2. 7 0
      bin/install.cfg
  3. 1 1
      bin/install.sh

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ For basic project configuration when deploying, use the *core/settings_vars.py*.
 
 Be careful when adding new settings during development and remember to add them to *core/_settings_vars.py*, as *core/settings_vars.py* is ignored by Git for security reasons.
 
-Also you need to make this things with _config file. This file includes basic links for ShariXOpen.
+You can also change the settings in *bin/install.cfg*. This file contains the links to repositories required for the project to work.
 
 ## Utilities
 

+ 7 - 0
bin/install.cfg

@@ -0,0 +1,7 @@
+TICKETS="https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
+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"
+USER_MODEL="https://git.sharix-app.org/ShariX_Open/sharix-open-user-model.git"

+ 1 - 1
bin/install.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source config
+source bin/install.cfg
 
 # Function to check if a repository exists and perform git pull or git clone
 update_repository() {