From b99448b1fa500e0f3bc7688497555e619a90bc38 Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Tue, 11 Apr 2017 13:57:40 -0400 Subject: [PATCH] Added settings.yaml file info. --- Installation.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 52ad25a..6fa9fa3 100644 --- a/Installation.md +++ b/Installation.md @@ -2,7 +2,7 @@ Prerequisites: - Requires Ubuntu 14.04+ OR a working Docker installation. See [Docker Installation](Docker.md) for instructions installing using Docker. -- Minimum 4GB of RAM +- Minimum 4GB of RAM, recommended 16GB or more. Install Git tools @@ -28,3 +28,14 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/path/OpenDroneMap/SuperBuild/insta ``` You will need to log out and back in again for the variables to set. + +Lastly, you need to edit the `settings.yaml` file to add your projects folder: +``` + +# This line is really important to set up properly +project_path: '' # Example: '/home/user/ODMProjects' + +# The rest of the settings will default to the values set unless you uncomment and change them +#resize_to: 2400 +``` +You must change `project_path: ''` to add an absolute path to somewhere on your machine. Whenever you run a new project, it will be saved here. \ No newline at end of file