- Install
docker compose
- Run
docker-compose pull
to make sure that you don't have an older version of the TerminusDB image somewhere - Run
docker-compose run ingest bash -c 'cd /app/demo_data && pip install -r requirements.txt && python3 ingest.py --no-insert'
- Run
docker-compose up
The ingestion from the demo data is performed automatically by the above scripts. To learn how the process works, see our Tutorial.
- Visit localhost:3000 after following the installation instructions
- Log in with
collaborator
username in the backoffice anddemo
as the password