Explorar el Código

Merge branch 'updates_for_config' of ShariX_Open/sharix-open-webapp-base into unstable

david berlinskiy hace 1 año
padre
commit
fb3bed32f1
Se han modificado 3 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      README.md
  2. 0 0
      _config
  3. 1 1
      bin/install.sh

+ 2 - 0
README.md

@@ -12,6 +12,8 @@ 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.
+
 ## Utilities
 
 Utilities provides important functionality to web-application, so it is important to know and understand how they work. They are stored in *core/utils*.

+ 0 - 0
bin/_config → _config


+ 1 - 1
bin/install.sh

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