Skip to content
Greg Farris edited this page Oct 23, 2019 · 7 revisions

Deployment

We deploy the KGrid Library and Activator applications as docker images. They run on KGrid-ITS-Server. Each of the instance us defined in KGrid- Instances. The deploy process is

  1. create docker image via release process
  2. update docker compose file the defines an instance( hippo, monkey or lion)
  3. run docker compose up to start new instance with the new images on the KGrid-ITS-Server

Further details on the deploy process are defined in the README in the KGrid- Instances repository.

Note Chipmunk is a heroku instance for KGrid Library and Activator. It is deployed via the CircleCi jobs for each push to the github repositories.

Clone this wiki locally