From d13daa6f2da21528dce4b405fae51a63b7d74bda Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Wed, 29 Jan 2020 15:25:47 -0500 Subject: [PATCH] Update readme for dev/test process --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9704a32..eba1fe0 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ This is based on some of the work from the DSCO docker build, nearly all of the ## Development/Test -- Pull the repository -- Copy the "default" configs removing "default" and edit the files in `server-configs` - - Note: A dry run without this step will try and make a sane DEV build for docker-compose -- Run `generate.sh` in `./ssl` to generate some fake certs -- `docker-compose up --build` -- Login with - - User: admin@admin.test - - Password: admin +- Grab the `docker-compose.yml` file and the `server-configs` directory +- [Optional] Copy the "default" configs removing "default" and edit the files in `server-configs` + - Note: A dry run without this step will try and make sane DEV configs +- `docker-compose up` +- Login to `https://localhost` + - User: `admin@admin.test` + - Password: `admin` +- Profit ## Production - Use docker-compose, or some other config management tool