From 27411b36f6b1c17c51e69261d4a887061781735e Mon Sep 17 00:00:00 2001 From: Dennis Baldwin Date: Mon, 1 Aug 2016 11:04:49 -0500 Subject: [PATCH] Adding node server command line options --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e9235f5..9f035a2 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,24 @@ npm install node index.js ``` +You may need to specify your ODM project path to start the server: + +``` +node index.js --odm_path /home/username/OpenDroneMap +``` + +If you want to start node ODM on a different port you can do the following: + +``` +node index.js --port 8000 --odm_path /home/username/OpenDroneMap +``` + +For other command line options you can run: + +``` +node index.js --help +``` + ### Test Images You can find some test drone images from [OpenDroneMap's Test Data Folder](https://github.com/OpenDroneMap/OpenDroneMap/tree/master/tests/test_data/images).