This commit is contained in:
Your Name 2024-06-02 12:12:56 -04:00 committed by Henri Dickson
parent 287db3a294
commit 6c76614212

View file

@ -46,14 +46,15 @@ NEODB_IMAGE=neodb/neodb:edge
NEODB_DEBUG=True
```
Download and start pgsql/redis/typesense before initializing database schema:
Download docker images and start pgsql/redis/typesense before initializing database schema:
```
docker compose pull
docker compose --profile dev pull
docker compose up -d
```
Initialize database schema:
```
docker compose --profile dev run --rm dev-shell takahe-manage collectstatic --noinput
docker compose --profile dev run --rm dev-shell neodb-init
```