Update INSTALL.md

This commit is contained in:
Geno 2017-03-05 21:02:36 +01:00 committed by GitHub
parent c3353ec599
commit d5aa4772a0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mkdir -p /var/www/html/meshviewer/data
#### Standalone
If you like to run a meshviewer standalone, just set `enable` under section `[webserver]` to `true`.
Configurate the meshviewer to `/data/` and put the `build` directory of this [meshviewer](https://github.com/ffrgb/meshviewer) under `/var/www/html/meshviewer`.
Configurate the [meshviewer](https://github.com/ffrgb/meshviewer) set `dataPath` in `config.json` to `/data/` and put the `build` directory under `/var/www/html/meshviewer`.
#### With webserver (Apache, nginx)
Change following path under section `[nodes]` to what you need.