SimpleILS is a web-based integrated library system designed to help libraries manage common activities such as cataloguing and borrowing.
A demo of the app is available at https://simpleils.tech. There is a video demo here.
- Modify
app-config.jsonandnginx/nginx.confto customize the app name and URL. You will also need to modifycompose.yamlandnginx/Dockerfileso that your TLS certificate is mounted at/etc/nginx/certsin thenginxcontainer. - Rename
sample.envto.envand supply any missing values. - Run
docker compose buildto build the container images.
To run the application, run docker compose up.
By default, an administrator account is created with email admin@simpleils.tech and password adminpassword.
You will want to change these values if you host the application yourself.