Update page 'Installation'
parent
0a935366f1
commit
89c993d716
|
@ -51,7 +51,7 @@ The following deps are needed there:<br/>
|
||||||
Quick install:<br/>
|
Quick install:<br/>
|
||||||
```become root```<br/>
|
```become root```<br/>
|
||||||
```cd /usr/local```<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/>
|
```useradd nlvmi```<br/>
|
||||||
```ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/```<br/>
|
```ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/```<br/>
|
||||||
```ln -sf ${PWD}/nlvmi/wrap-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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue