Clarify webodm.sh vs. pure docker compose

pull/247/head
Stephen Mather 2025-09-11 15:24:39 -04:00 zatwierdzone przez GitHub
rodzic 081bdcd152
commit 838c893c7e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -362,7 +362,7 @@ Commands to type:
Step 2. Check Additional Requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
In addition to the three programs above, the dockercompose script is also needed. Sometimes its already installed with docker, but sometimes it isnt. To verify if its installed try to type:
In addition to the three programs above, the docker compose script is also needed. Sometimes its already installed with docker, but sometimes it isnt. To verify if its installed try to type:
.. code:: bash
@ -375,8 +375,8 @@ You should see somethings similar to the following:
docker compose version 24.0.5, build ced0996600
Step 3a. Download and Launch WebODM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Step 3a. Download and Launch WebODM with webodm.sh call of docker compose
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
From a terminal type:
@ -388,8 +388,8 @@ From a terminal type:
Then open a web browser to http://localhost:8000.
Step 3b. Start Docker Compose stack
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Step 3b. Alternatively, start via docker compose without webodm.sh
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
copy the following 3 files into a newly created folder: