Skip to content

Commit

Permalink
[DOCS] Added explicit steps for database initialisation to docker howto
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Feb 8, 2024
1 parent 93ba836 commit 373bb1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ If you have docker and docker-compose

```curl -X POST -H "Content-Type: application/json" -d @demoEntities.json http://localhost:8080/FROST-Server/v1.1/Things```

5. Browse to http://localhost:8080/FROST-Server/v1.0
6. Enjoy!
5. Browse to http://localhost:8080/FROST/DatabaseStatus
6. Click the upgrade button
7. Browse to http://localhost:8080/FROST-Server/v1.0
8. Enjoy!


## Details
Expand Down

0 comments on commit 373bb1e

Please sign in to comment.