You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
assets | 2 months ago | |
config | 2 months ago | |
lib | 2 months ago | |
priv | 2 months ago | |
rel/overlays/bin | 2 months ago | |
test | 2 months ago | |
.dockerignore | 2 months ago | |
.drone.yml | 4 months ago | |
.env.example | 2 months ago | |
.env_db.example | 2 months ago | |
.formatter.exs | 2 months ago | |
.gitignore | 4 months ago | |
.igniter.exs | 4 months ago | |
Dockerfile | 2 months ago | |
README.md | 2 months ago | |
docker-compose.yml | 2 months ago | |
mix.exs | 2 months ago | |
mix.lock | 2 months ago |
README.md
DecentralisedBookIndex
DecentralisedBookIndex is a web-server to manage the book metadata in the decentralise manner.
Getting started
- clone this repository
- copy
.env.example
file and save as.env
- copy
.env_db.example
file and save as.env_db
- change the values in
.env
and.env_db
you can usemix phx.gen.secret
to generate secrets update the PHX_HOST to your domain name - run
docker compose up -d
- run migrations
docker exec -it dbi bin/migrate
Author
Kostiantyn Klochko (c) 2023-2025