I intented the project to be used with Docker. If you don't plan on using Docker this guide is not for you. You already need to have a postgres database running.
- Execute the SQL in
DB.SQLin the database you want to use for the project - Clone the project on your server
git clone https://github.com/SturmEnte/dia-manager.git - cd into the project
cd dia-manager - Create the .env file by copying it and then setting the values to the ones needed for your setup
cp .env.example .envnano .env - Build and deploy the project
docker compose up -d --build