1234567891011121314151617181920212223242526272829303132333435363738 |
- #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"
- #use sharix open user model for integration with sharix platform
- USER_MODEL="https://git.sharix-app.org/ShariX_Open/sharix-open-user-model.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"
- #webappbase repo
- WEBAPP_BASE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-base.git"
- #Branches for repos
- WEBAPP_BASE_BRANCH="master"
- TICKETS_BRANCH="master"
- BACKEND_BRANCH="master"
- CONFIG_BRANCH="master"
- USER_MODEL_BRANCH="master"
- WEBSERVICE_RUNNING_BRANCH="master"
- DESIGN_TEMPLATE_BRANCH="master"
- LANDING_BRANCH="master"
- #Create test users
- GENERATE_TEST_USERS=1
|