External hard drive FAQ

pull/45/head
Piero Toffanin 2018-08-04 16:28:00 -04:00 zatwierdzone przez GitHub
rodzic a60489263d
commit e5622c7be2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,17 @@ If the computer running node-opendronemap is using an old or 32bit CPU, you need
## API Docs
See the [API documentation page](https://github.com/OpenDroneMap/node-OpenDroneMap/blob/master/docs/index.adoc).
See the [API documentation page](https://github.com/OpenDroneMap/node-OpenDroneMap/blob/master/docs/index.adoc).]
## Using an External Hard Drive
If you want to store results on a separate drive, map the `/var/www/data` folder to the location of your drive:
```bash
docker run -p 3000:3000 -v /mnt/external_hd:/var/www/data opendronemap/node-opendronemap
```
This can be also used to access the computation results directly from the file system.
### Run it Natively