From 373bb1e049f5e685fc308e0a13382ee2ec2ea65e Mon Sep 17 00:00:00 2001 From: Hylke van der Schaaf Date: Thu, 8 Feb 2024 10:42:33 +0100 Subject: [PATCH] [DOCS] Added explicit steps for database initialisation to docker howto --- docs/deployment/docker.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md index ee9707ac9..a35999d2e 100644 --- a/docs/deployment/docker.md +++ b/docs/deployment/docker.md @@ -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