Browse Source

Review of previous commits about the configuration file on installation

TonyKurts 1 year ago
parent
commit
b2708fa2f6
3 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 0 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
 

+ 0 - 0
_config → bin/install.cfg


+ 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() {