Update page 'Installation'

mad 2018-11-07 14:00:18 +00:00
parent bd3a12001f
commit fcb387d779
1 changed files with 12 additions and 12 deletions

@ -10,17 +10,17 @@ If there are nodes to manage, it needs these additional dependencies:<br/>
Quick install:<br/>
```become root```<br/>
```cd /usr/local```
git clone https://git.nativenet.ch/nativenet.ch/nlvmi.git
useradd nlvmi
ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/
ln -sf ${PWD}/nlvmi/wrap-nlvmi /usr/bin/
ln -sf ${PWD}/nlvmi/web /var/www/localhost/htdocs/nlvmi --or wherever your webroot is
chown root:nlvmi nlvmi/*nlvmi
chmod +s nlvmi/wrap-nlvmi
mkdir /etc/nlvmi
cp nlvmi/vlvmi.conf /etc/nlvmi/
nlvmi createdb
```chown nobody:root /etc/nlvmi ```
```cd /usr/local```<br/>
```git clone https://git.nativenet.ch/nativenet.ch/nlvmi.git```<br/>
```useradd nlvmi```<br/>
```ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/```<br/>
```ln -sf ${PWD}/nlvmi/wrap-nlvmi /usr/bin/```<br/>
```ln -sf ${PWD}/nlvmi/web /var/www/localhost/htdocs/nlvmi``` --or wherever your webroot is<br/>
```chown root:nlvmi nlvmi/*nlvmi```<br/>
```chmod +s nlvmi/wrap-nlvmi```<br/>
```mkdir /etc/nlvmi```<br/>
```cp nlvmi/vlvmi.conf /etc/nlvmi/```<br/>
```nlvmi createdb```<br/>
```chown nobody:root /etc/nlvmi```<br/>