From 89c993d716da37bf6be5a67f2a5f5f9fb8f5ca06 Mon Sep 17 00:00:00 2001 From: mad Date: Wed, 7 Nov 2018 14:43:39 +0000 Subject: [PATCH] Update page 'Installation' --- Installation.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index e52e8d3..666ce45 100644 --- a/Installation.md +++ b/Installation.md @@ -51,7 +51,7 @@ The following deps are needed there:
Quick install:
```become root```
```cd /usr/local```
-```git clone https://git.nativenet.ch/nativenet.ch/nlvmi.git``` - you could also just copy everything (expect the webfolder) from the masterserver, but keep the nlvmi bash script in sync!
+```git clone https://git.nativenet.ch/nativenet.ch/nlvmi.git``` - you could also just copy everything (expect the webfolder) from the masterserver, but keep the nlvmi bash script in sync after updates!
```useradd nlvmi```
```ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/```
```ln -sf ${PWD}/nlvmi/wrap-nlvmi /usr/bin/```
@@ -64,3 +64,10 @@ You also need to copy /etc/nlvmi/nlvmi_sign.crt from the master server to the no You should also add the generated ssh key from the masters /home/nlvmi/.ssh/id_rsa.pub to the nodes /home/nlvmi/.ssh/authorized_keys. + + + +After that, you should be able to access /nlvmi with a webbrowser. Create a new user (first user will be admin who can login to nlvmi) and add a server. For localhost, the connectstring should stay empty. + +Do not forget to load the tun and tap kernel modules on the nodes. +