- Install docker and enable docker-compose
- Clone repo to your desired path
- Now head to the previously mentioned path using the terminal or other cli interface
- Make sure that docker-compose.yml is within your working directory
- Now simply type
docker compose upand let docker do its magic - When you're done for the day put your friendly whale down
docker compose down
- Install a db client of your choice ex. Dbeaver
- Follow all the steps from the previous list
- Now connect to the database via a client
- username:
sa, password:reB@jKs*X9, port1433 - This setup uses volumes to persist your data, so when you run it for the first time you won't have any
- Create a new database
Minispace(it must have this exact name!) - Now run
docker compose downanddocker compose upand you should be up to speed :)
From now on Minispace db should be accessible after every restart.