Amend setup instructions with command

This commit is contained in:
Viktor Lofgren 2023-08-23 14:02:21 +00:00
parent 972d03efdf
commit 8bd9a00c38

View File

@ -26,9 +26,12 @@ $ run/setup.sh
### 2. Compile the project and build docker images
```
$ ./gradlew assemble docker
$ ./gradlew dist docker
```
* `dist` is necessary for the processes to be possible to start and run.
* `docker` is necessary for the services to be possible to start and run.
### 3. Initialize the database
```
$ docker-compose up -d mariadb