- Make sure to have a
.envfile that mimics the.env-configfile. Add data where necessary. - Ask Owner what data should be in here if you have no idea.
- Make sure you have Docker installed
- Make sure you are running the application using the
.NET7instance. - The docker container should take care of this, but if you want to run it locally you will need it.
- Run
compose-full.shusing a linux kernel
Note: Database might be empty.
docker compose build .- This builds the application.docker compose up -d- This starts the application in detached mode.
docker compose down- This stops the application.
For this you can run the updateFiles.sh file. You can also make this the executable file for IntelliJ.
- Click on the field to the left of the
runbutton. - Click on
Edit Configurations.... - Click on the
+icon on the top left of the window. - Then choose for
Shell Script. - Here you can choose for a file to be run.
- Choose for
updateFiles.sh.
Note: The opened window might not close on its own.