From fcb387d779f726fbaadc93755432752c3bbf1e64 Mon Sep 17 00:00:00 2001 From: mad Date: Wed, 7 Nov 2018 14:00:18 +0000 Subject: [PATCH] Update page 'Installation' --- Installation.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Installation.md b/Installation.md index 86c6db3..6596179 100644 --- a/Installation.md +++ b/Installation.md @@ -10,17 +10,17 @@ If there are nodes to manage, it needs these additional dependencies:
Quick install:
```become root```
-```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```
+```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```