See docs/README.md for information on how the system should work.
We use docker
, docker-compose
and the PG client psql
to start the
system. Please install these tools properly before proceeding.
The Makefile commands assume a Linux or MacOS environment. Please use a virtual machine in case that is not your environment.
To build and run the system with a test database, run:
make start
To restart the system, run
make restart
To stop the system, run
make stop
After the system is running locally, do whatever you want with it. For example, to connect to the test database, run