فهرست منبع

renamed: bin/install.cfg -> bin/install.cfg.example

mex3 2 ماه پیش
والد
کامیت
beab629987
2فایلهای تغییر یافته به همراه10 افزوده شده و 2 حذف شده
  1. 4 1
      .gitignore
  2. 6 1
      bin/install.cfg.example

+ 4 - 1
.gitignore

@@ -2,6 +2,9 @@
 env/
 venv/
 
+#config for concrete service
+bin/install.cfg
+
 # VSCode
 .vscode
 
@@ -31,4 +34,4 @@ media/
 .DS_Store
 
 # Project configuration variables
-core/settings_vars.py
+core/settings_vars.py

+ 6 - 1
bin/install.cfg → bin/install.cfg.example

@@ -1,7 +1,12 @@
+#better to leave tickets, backend and config the same
 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 should be forked if you need to change design in web interface
 DESIGN_TEMPLATE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git"
+#most likely webservice-running should be forked from Open
 WEBSERVICE_RUNNING="https://git.sharix-app.org/ShariX_Open/sharix-open-webservice-running.git"
+#landing should be forked or re-made for any new service
 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"
+#use sharix open user model for integration with sharix platform
+USER_MODEL="https://git.sharix-app.org/ShariX_Open/sharix-open-user-model.git"