From 7d76797154ca67d4c6a350295ab68771ca581c4a Mon Sep 17 00:00:00 2001 From: chloehjung15 <73510449+chloehjung15@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:33:11 +1300 Subject: [PATCH] Update DOCKER_INSTALL.md --- docs/DOCKER_INSTALL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/DOCKER_INSTALL.md b/docs/DOCKER_INSTALL.md index 0063834..028dca8 100644 --- a/docs/DOCKER_INSTALL.md +++ b/docs/DOCKER_INSTALL.md @@ -8,10 +8,9 @@ install](https://docs.docker.com/compose/install/) ### Set up the boltcard server -- edit `.env` to set up the database connection -- edit `settings.sql` to set up [bolt card system settings](SETTINGS.md) - - Put the `tls.cert` file and `admin.macaroon` files in the project root directory and in the settings.sql, set the paths to the files to `/boltcard/tls.cert` and `/boltcard/admin.macaroon` -- edit `Caddyfile` to set the boltcard domain name +- Run `chmod +x docker_init.sh` +- Run `./docker_init.sh` to set up the initial data +- Put the `tls.cert` file and `admin.macaroon` files in the project root directory ### https setup