This project exists to showcase the usage of caluma in a portal. This includes the following use-cases:
- Create and manage a case
- Create a form
- Fill out a form
To start the project you can run docker-compose up
To load some example data you can run make loaddata.
If you get exceptions from make loaddata make sure that the caluma container
is running and has all migrations finished.
Note
This Project uses Docker Compose v2, which uses the docker compose command instead of docker-compose. If you have Docker Compose v1 installed it is strongly recommended to upgrade to v2, but if for some reason this isn't possible you can just change the command in the Makefile.
To start the ember development server, use:
cd ember && yarn && yarn start-proxyTo use alexandria and emeis you need to do the following steps:
You have to add the following entry to your /etc/hosts:
127.0.0.1 minio
To start the project:
docker compose exec alexandria ./manage.py migrate
docker compose exec alexandria ./manage.py loaddata initial_data.json| Command | Description |
|---|---|
loaddata |
Loads a set of example data |
flush |
Flush the caluma container |