Skip to content

Commit

Permalink
Add more docs for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Feb 6, 2024
1 parent 55ff8d8 commit 027f7f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions container/sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 027f7f2

Please sign in to comment.