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.
bash
docker compose down -v
2.2. Fetch all new versions
bash
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)
bash
git switch v1.0.5 --detach
Step 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.
bash
git clone --depth 1 --branch v1.0.5 https://github.com/dhis2-chap/chap-core.git
Step 3 | Start chap-core
Within the chap-core folder, rebuild and start the containers in detach mode:
bash
docker compose up --build -d