The following are instructions for running GovReady local machine developer environment.
- Python3
- Docker
- Docker Compose
- 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
- Initialize the
environment.json
file
cd dev_env
python run.py init
-
Add Trestle branding to
environment.json
Editdev_env/docker/environment.json
file to include line:"branding": "trestle_branding"
-
Launch GovReady-Q from
dev_env
directory
python run.py dev
- Note credentials.
Credentials are also stored in
local/admin.creds.json
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.