Update page 'Installation'

mad 2018-11-09 13:23:55 +00:00
parent 7349a44ccc
commit fb60718b46
1 changed files with 1 additions and 1 deletions

@ -21,7 +21,7 @@ Quick install:<br/>
```mkdir /etc/nlvmi```<br/>
```cp nlvmi/nlvmi.conf /etc/nlvmi/```<br/>
```nlvmi createdb```<br/>
```chown nobody:root /etc/nlvmi``` -in this case we assume php is running as user nobody<br/>
```chown nobody:root -R /etc/nlvmi``` -in this case we assume php is running as user nobody<br/>
If there are nodes that should get managed by this master server, then the following is also needed:<br/>
Enable the MASTERSERVER option in /etc/nlvmi/nlvmi.conf<br/>