Adjust XML whitespace and add commands to the setup docs

This commit is contained in:
Spencer McIntyre
2020-08-17 10:03:44 -04:00
parent eda222434f
commit ea1f3d60f1
2 changed files with 22 additions and 8 deletions
@@ -10,6 +10,13 @@ versions prior to 17.12.04.
You can use <https://hub.docker.com/r/opensourceknight/ofbiz>.
1. Initialize the database with demo data (`INIT_DB=2`)
* `docker run --rm -e INIT_DB=2 opensourceknight/ofbiz:15.12`
1. Start a postgres instance
* `docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres`
1. Link the database and OFBiz containers
* `docker run -d -p 80:8080 -p 8443:8443 --link some-postgres:postgres opensourceknight/ofbiz:15.12`
## Verification Steps
Follow [Setup](#setup) and [Scenarios](#scenarios).