Adding node server command line options

pull/1/head
Dennis Baldwin 2016-08-01 11:04:49 -05:00
rodzic cf23b8ccb7
commit 27411b36f6
1 zmienionych plików z 18 dodań i 0 usunięć

Wyświetl plik

@ -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).