v1.0.5
·
1614 commits
to master
since this release
This release includes:
- Google Earth Engine fix
- Minor bug fixes
Installation on a server
Step 1 | NB! Only needed if you already have the chap-core repo, otherwise skip to step 2
2.1 If you already have the folder since you previously cloned the CHAP core repo, go into the folder (chap-core) and run the command below. This will shut down running containers related to CHAP. Be aware it will also delete stored data in CHAP, such as predictions.
docker compose down -v2.2. Fetch all new versions
git fetch --tags 2.3. Run the command below to switch the repo to v1.0.5, this is not necessary if you cloned the repo/started from scratch (step 1)
git switch v1.0.5 --detachStep 2: NB! Only if you have not proceeded with step 1 (you not have the chap-core repo)
Run this command, if you have not cloned the chap-core repo before, or you are starting from scratch, for instance, if you are deploying through GitHub Actions.
git clone --depth 1 --branch v1.0.5 https://github.com/dhis2-chap/chap-core.gitStep 3 | Start chap-core
Within the chap-core folder, rebuild and start the containers in detach mode:
docker compose up --build -d