Update page 'Installation'

mad 2018-11-07 14:17:50 +00:00
parent 28bf033b68
commit b8e6b12516
1 changed files with 18 additions and 1 deletions

@ -19,7 +19,7 @@ Quick install:<br/>
```chown root:nlvmi nlvmi/*nlvmi```<br/>
```chmod +s nlvmi/wrap-nlvmi```<br/>
```mkdir /etc/nlvmi```<br/>
```cp nlvmi/vlvmi.conf /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/>
@ -28,6 +28,23 @@ If there are nodes that should get managed by this master server, then the follo
```su nlvmi```<br/>
```ssh-keygen``` -without a password<br/>
If this host should also act as node, then the following packages are also needed as dep:<br/>
-qemu<br/>
-usermode-utilities<br/>
-bridge-utils<br/>
-socat<br/>
**KVM node**<br/>
This is a remote server that gets managed by the master.<br/>
The following deps are needed there:<br/>
-qemu<br/>
-usermode-utilities<br/>
-bridge-utils<br/>
-socat<br/>
-openssl<br/>
-openssh<br/>
Quick install:<br/>