Created by:
- Bartosz Czyż
- Marceli Mietła
-
Copy
.env.exampleas.envand change values if needed. -
Run command in the app's root folder (where compose.yaml file is):
Warning
You have to had installed docker
docker compose up --build
Or to auto reload after file change:
docker compose up --build --watch
Note
Properties with (*) are required and uniqe
- Run command in app's root folder (where compose.yaml file is):
docker compose exec neo4j sh
cypher-shell -u $DB_USER -p $DB_PASSWORD --file /import/import.cypher- Run command in app's root folder (where compose.yaml file is):
docker compose exec neo4j sh
cypher-shell -u $DB_USER -p $DB_PASSWORD --file /import/frp.cypher