Merge pull request #5 from dbaldwin/master

Adding node server command line options
pull/1/head
Piero Toffanin 2016-08-01 11:18:04 -05:00 zatwierdzone przez GitHub
commit 7f4777e190
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).