Skip to content

Commit 5ed41ae

Browse files
Merge pull request #247 from smathermather/clarify_docker_compose
Clarify webodm.sh vs. pure docker compose
2 parents 081bdcd + 838c893 commit 5ed41ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Commands to type:
362362
Step 2. Check Additional Requirements
363363
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
364364

365-
In addition to the three programs above, the dockercompose script is also needed. Sometimes it’s already installed with docker, but sometimes it isn’t. To verify if it’s installed try to type:
365+
In addition to the three programs above, the docker compose script is also needed. Sometimes it’s already installed with docker, but sometimes it isn’t. To verify if it’s installed try to type:
366366

367367
.. code:: bash
368368
@@ -375,8 +375,8 @@ You should see somethings similar to the following:
375375
docker compose version 24.0.5, build ced0996600
376376
377377
378-
Step 3a. Download and Launch WebODM
379-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
378+
Step 3a. Download and Launch WebODM with webodm.sh call of docker compose
379+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
380380

381381
From a terminal type:
382382

@@ -388,8 +388,8 @@ From a terminal type:
388388
389389
Then open a web browser to http://localhost:8000.
390390

391-
Step 3b. Start Docker Compose stack
392-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
391+
Step 3b. Alternatively, start via docker compose without webodm.sh
392+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
393393

394394
copy the following 3 files into a newly created folder:
395395

0 commit comments

Comments
 (0)