mirror of
https://github.com/krateng/maloja.git
synced 2026-04-28 11:40:19 +00:00
781 B
781 B
Development
Clone the repository and enter it.
git clone https://github.com/krateng/maloja
cd maloja
Environment
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.
Running the server
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.
Further help
Feel free to ask if you need some help!