Update 'README.md'

This commit is contained in:
mad 2018-08-18 14:38:57 +00:00
parent 33d473a6e1
commit eb5e16f585
1 changed files with 12 additions and 0 deletions

View File

@ -18,3 +18,15 @@ socat <br/>
sqlite3 / mariadb (only sqlite3 for now)<br/>
usermode-utilities <br/>
**Manual install:** <br/>
become root <br/>
cd /usr/local <br/>
git clone https://git.nativenet.ch/nativenet.ch/nlvmi/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 <br/>
chown root:nlvmi nlvmi/*nlvmi <br/>
chmod +s nlvmi/wrap-nlvmi <br/>
mkdir /etc/nginx/nlvmi <br/>
add an "include nlvmi/*.conf" statement within nginx.conf's server declaration. <br/>