Update page 'Installation'

mad 2018-11-07 14:43:39 +00:00
parent 0a935366f1
commit 89c993d716
1 changed files with 8 additions and 1 deletions

@ -51,7 +51,7 @@ The following deps are needed there:<br/>
Quick install:<br/>
```become root```<br/>
```cd /usr/local```<br/>
```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!<br/>
```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!<br/>
```useradd nlvmi```<br/>
```ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/```<br/>
```ln -sf ${PWD}/nlvmi/wrap-nlvmi /usr/bin/```<br/>
@ -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.