You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Sauter edited this page Jan 9, 2020
·
2 revisions
Setup OpenShift
TODO
Setup Atlassian Stack
TODO
Setup ODS
Create the configuration
Clone all the repos from Github to your local machine.
In the terminal, go into “ods-core/configuration-sample”. Then, run the “update” script.
This script will create the folder “ods-configuration” next to “ods-core”, and will place 6 files into it: ods-core.env.sample, ods-provisioning-app-dev.env.sample, ods-provisioning-app-test.env.sample, ods-core.env, ods-provisioning-app-dev.env, ods-provisioning-app-test.env. The content of the .env and the corresponding .env.sample files are exactly the same at this point.
Now the user needs to adjust the values in the .env files according to their einvironment. This step HAS to be manual
In Bitbucket, create a new repo “ods-configuration”
Go into “ods-configuration” and run “git init”, “git add –all”, “git commit”, then add the repo created in step 5 as a remote.