kopia lustrzana https://github.com/OpenDroneMap/WebODM
Added docker docs link
rodzic
2ff9738db5
commit
9867b2c1dd
|
@ -17,7 +17,7 @@ Install the following applications (if they are not installed already):
|
|||
- [Python](https://www.python.org/downloads/)
|
||||
- [Git](https://git-scm.com/downloads)
|
||||
|
||||
* From the Docker Quickstart Terminal (Windows) or from the command line (OSX/Linux) type:
|
||||
* From the Docker Quickstart Terminal (Windows) or from the command line (OSX / Linux) type:
|
||||
```
|
||||
git clone https://github.com/OpenDroneMap/WebODM
|
||||
cd WebODM
|
||||
|
@ -25,7 +25,7 @@ pip install docker-compose
|
|||
docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up
|
||||
```
|
||||
|
||||
* If you're on Windows/OSX, find the IP of your Docker machine by running this command from your Docker Quickstart Terminal:
|
||||
* If you're on Windows / OSX, find the IP of your Docker machine by running this command from your Docker Quickstart Terminal:
|
||||
|
||||
```
|
||||
docker-machine ip
|
||||
|
@ -36,9 +36,11 @@ Linux users can connect to 127.0.0.1.
|
|||
* Open a Web Browser to `http://<yourDockerMachineIp>:8000`
|
||||
* Log in with the default credentials: "admin:admin"
|
||||
|
||||
We recommend that you read the [Docker Documentation](https://docs.docker.com/) to familiarize with the application lifecycle, setup and teardown.
|
||||
|
||||
### Add More Processing Nodes
|
||||
|
||||
WebODM can be linked to one or more processing nodes running [node-OpenDroneMap](https://github.com/pierotofy/node-OpenDroneMap). The default configuration already includes a "node-odm-1" processing node which runs on the same machine as WebODM, just to help you get started. As you become more familiar with WebODM, you might want to install the processing node on a separate machine.
|
||||
WebODM can be linked to one or more processing nodes running [node-OpenDroneMap](https://github.com/pierotofy/node-OpenDroneMap). The default configuration already includes a "node-odm-1" processing node which runs on the same machine as WebODM, just to help you get started. As you become more familiar with WebODM, you might want to install processing nodes on separate machines.
|
||||
|
||||
## Run it natively
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue