Skip to content

Instantly share code, notes, and snippets.

@gregelin
Last active September 15, 2021 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregelin/83b169aa6561d8f273a2e9cdf074ffe6 to your computer and use it in GitHub Desktop.
Save gregelin/83b169aa6561d8f273a2e9cdf074ffe6 to your computer and use it in GitHub Desktop.
Trestle Instructions

Install GovReady-Q with IBM Trestle branding

The following are instructions for running GovReady local machine developer environment.

Reference

Requirements

  • Python3
  • Docker
  • Docker Compose

Instructions

  1. Clone GovReady-Q and Trestle branding
git clone https://github.com/GovReady/govready-q.git
cd govready-q
git clone https://github.com/GovReady/trestle_branding
  1. Initialize the environment.json file
cd dev_env
python run.py init
  1. Add Trestle branding to environment.json Edit dev_env/docker/environment.json file to include line: "branding": "trestle_branding"

  2. Launch GovReady-Q from dev_env directory

python run.py dev
  1. Note credentials. Credentials are also stored in local/admin.creds.json

Deploying GovReady

Deployments can vary significantly. A prepared deployment via Docker Compose is available at https://github.com/GovReady/govready-deployments. The govready-deployment will launch separate containers for GovReady-Q, PostgreSQL, and NGINX. Configuration setting support using a separate PostgreSQL server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment