From d4f7d5492299eb94fa9433d08d4917e3d19a0a92 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Sat, 14 Sep 2019 14:34:15 -0400 Subject: [PATCH] reorganize installation and getting started --- source/index.rst | 2 +- source/{ODMinstallation.rst => installation.rst} | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) rename source/{ODMinstallation.rst => installation.rst} (98%) diff --git a/source/index.rst b/source/index.rst index 1065795a8..927e12b53 100644 --- a/source/index.rst +++ b/source/index.rst @@ -9,7 +9,7 @@ Welcome to OpenDroneMap's documentation! :maxdepth: 3 :caption: Contents: - ODMinstallation + installation using outputs large diff --git a/source/ODMinstallation.rst b/source/installation.rst similarity index 98% rename from source/ODMinstallation.rst rename to source/installation.rst index 857ac0539..1bd55063d 100644 --- a/source/ODMinstallation.rst +++ b/source/installation.rst @@ -76,8 +76,8 @@ Installation We recommend people use `docker `_ for running ODM, whether you are on Windows, macOS or Linux. -Install on Windows -`````````````````` +Windows +``````` To run OpenDroneMap you need at least Windows 7. Previous versions of Windows are not supported. @@ -227,8 +227,8 @@ You should get a result like the following: Then connect to http://192.168.1.100:8000 (replacing the IP address with the proper one). -Installing on macOS -``````````````````` +macOS +````` Most modern (post 2010) Mac computers running macOS Sierra 10.12 or higher can run OpenDroneMap using docker, as long as hardware virtualization is supported (see below). @@ -322,8 +322,8 @@ From a **Terminal** type: Then open a web browser to http://localhost:8000. -Installing on Linux -``````````````````` +Linux +````` OpenDroneMap can run on any Linux distribution that supports docker. According to `docker’s documentation website `_ the officially supported distributions are CentOS, Debian, Ubuntu and Fedora, with static binaries available for others. If you have to pick a distribution solely for running OpenDroneMap, Ubuntu is the recommended way to go. @@ -424,7 +424,7 @@ From a terminal type: Then open a web browser to http://localhost:8000. Basic Commands and Troubleshooting -`````````````````````````````````` +---------------------------------- The cool thing about using docker is that 99% of the tasks you’ll ever need to perform while using WebODM can be done via the ./webodm.sh script. You have already encountered one of them: @@ -466,7 +466,7 @@ Other useful commands are listed below: `The community forum `_ is a great place to ask for help if you get stuck during any of the installation steps and for general questions on using the ./webodm.sh script. Hello, WebODM! -`````````````` +-------------- 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.