mirror of
https://github.com/krateng/maloja.git
synced 2025-04-04 19:20:03 +03: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!