From 027f7f263f1726476bb41ba0dbb2999d5c49d3a0 Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Tue, 6 Feb 2024 16:16:11 -0500 Subject: [PATCH] Add more docs for sqlite --- container/sqlite/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/container/sqlite/README.md b/container/sqlite/README.md index 8cbd17e..7daa0c8 100644 --- a/container/sqlite/README.md +++ b/container/sqlite/README.md @@ -2,6 +2,12 @@ This is a very simple setup for the librarian, using a local SQLite database as the core librarian database. Production setups may want to use the postgres container. +You will need to run the `pre_docker_setup.sh` script to put things in the right +place before running: + +- `docker compose build` +- `docker compose up` + A few things to keep in mind when deploying the librarian: - This is inherently not secure by default; you will need to change the administrator