From eff900a715041604baa38ef5e5c7182837c53572 Mon Sep 17 00:00:00 2001 From: mad Date: Thu, 27 Sep 2018 09:36:05 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d91667..444faf2 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,21 @@ openssl (for managing remote servers)
**Manual install:**
become root
cd /usr/local
-git clone https://git.nativenet.ch/nativenet.ch/nlvmi/nlvmi.git
+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
+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/
+-- if it is the masterserver, create the db - nlvmi createdb
+chown nobody:root /etc/nlvmi
+ +After that, you should be able to access /nlvmi with a webbrowser. +Create a new user (user will be admin) and add a server. For localhost, the connectstring should stay empty. + #not yet implemented...
mkdir /etc/nginx/nlvmi