Clone the repository and enter it.
git clone https://github.com/krateng/maloja
cd maloja
To avoid cluttering your system, consider using a virtual environment, or better yet run the included docker-compose.yml
file.
Your IDE should let you run the file directly, otherwise you can execute docker compose -f dev/docker-compose.yml -p maloja up --force-recreate --build
.
Use the environment variable MALOJA_DATA_DIRECTORY
to force all user files into one central directory - this way, you can also quickly change between multiple configurations.
Feel free to ask if you need some help!