Install with Docker Compose
-
Create a
docker-compose.yml
file for the project- Don’t forget to replace the database password and the typesense.
- Change the folders with the path you want to use to store the books on your machine.
-
Create a
.env
file with the following content: -
Run the following command to start the project:
-
Run the followng commands to create the database and the admin user:
-
Access the application at
http://localhost:8080
-
You can login with the name and password you set in step 4