diff --git a/Installation.md b/Installation.md index e136b9c..b973ff8 100644 --- a/Installation.md +++ b/Installation.md @@ -19,7 +19,7 @@ Quick install:
```chown root:nlvmi nlvmi/*nlvmi```
```chmod +s nlvmi/wrap-nlvmi```
```mkdir /etc/nlvmi```
-```cp nlvmi/vlvmi.conf /etc/nlvmi/```
+```cp nlvmi/nlvmi.conf /etc/nlvmi/```
```nlvmi createdb```
```chown nobody:root /etc/nlvmi``` -in this case we assume php is running as user nobody
@@ -28,6 +28,23 @@ If there are nodes that should get managed by this master server, then the follo ```su nlvmi```
```ssh-keygen``` -without a password
+If this host should also act as node, then the following packages are also needed as dep:
+-qemu
+-usermode-utilities
+-bridge-utils
+-socat
+ **KVM node**
+This is a remote server that gets managed by the master.
+The following deps are needed there:
+-qemu
+-usermode-utilities
+-bridge-utils
+-socat
+-openssl
+-openssh
+ +Quick install:
+