Update 'README.md'
This commit is contained in:
parent
33d473a6e1
commit
eb5e16f585
12
README.md
12
README.md
|
@ -18,3 +18,15 @@ socat <br/>
|
||||||
sqlite3 / mariadb (only sqlite3 for now)<br/>
|
sqlite3 / mariadb (only sqlite3 for now)<br/>
|
||||||
usermode-utilities <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/>
|
Loading…
Reference in New Issue