File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ This repository contains the backend of the DinoDev project.
1313 The frontend URL is used to provide a direct link from issues. The given URL is the default URL of the Gropius
1414 frontend when running locally.
1515 When using a deployed version, ask the administrator for the secret.
16- 3 . Run ` docker- compose up ` to start the backend.
16+ 3 . Run ` docker compose up ` to start the backend.
1717
1818## Dev Setup
1919
20201 . Follow the instructions of the first step in the previous section.
21- 2 . Only run the database, i.e., ` docker-compose up database-scrum-game ` .
22- 3 . Edit the ` application-dev ` properties similar to step 2 in the previous section. With the default setup, only the
21+ 2 . Only run the database, i.e., ` docker compose up database-scrum-game ` .
22+ 3 . Edit the ` application-dev ` properties similar to step 2 in the previous section. With the default Gropius setup, only
23+ the
2324 secret needs to be changed.
24254 . Run the backend in the ` dev ` profile: ` ./gradlew bootRun --args='--spring.profiles.active=dev' ` . Or simply use an
2526 IntelliJ run configuration, but make sure to set the ` dev ` profile in the run configuration.
You can’t perform that action at this time.
0 commit comments