You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, start the stack using ``docker compose up -d``.
518
+
You can now access WebODM at http://localhost:8000 and the nodeODM at http://localhost:3000.
519
+
520
+
To view logs of the services use ``docker compose logs``
521
+
522
+
To shut down the services run ``docker compose down``.
523
+
524
+
391
525
Basic Commands and Troubleshooting
392
526
----------------------------------
393
527
@@ -433,7 +567,8 @@ Other useful commands are listed below:
433
567
Hello, WebODM!
434
568
--------------
435
569
436
-
After running ./webodm.sh start and opening WebODM in the browser, you will be greeted with a welcome message and will be asked to create the first user. Take some time to familiarize yourself with the web interface and explore its various menus.
570
+
After starting the containers using 3a. or 3b. you can open WebODM in the browser.
571
+
This will greet you with a welcome message and will ask to create the first user. Take some time to familiarize yourself with the web interface and explore its various menus.
0 commit comments