Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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 and older version of gdm and will not work unless the process is updated to include the newest versions of gdm.

Please refer to the gobii.deploy.bash for the latest bash scripts and how to deploy our latest stable release.

  • No labels