Deploy Latest Build to local
This is the process used to deploy the developed PFR systems.
1.) Install docker compose: https://docs.docker.com/compose/install/
2.) Pull the gobii.compose repo: git clone https://<username>@bitbucket.org/gobiiproject/gobii.compose.git
The branch used was f/kevin but has been merged to master. This should be changed to use the proper git flow process with develop branch but the process of gobii is to use docker swarm not compose and may not be updated to reflect the proper docker flow process within the near future.
3.) Change into the clone repo directory
4.) Run the following command:
docker-compose up -d
Attention:
This process deploys an older version of gdm and will not work unless the process is updated to include the newest versions of gdm via docker-compose.yml.
Please refer to the gobii.deploy.bash for the latest bash scripts and how to deploy our latest stable release.