Update README.md
This commit is contained in:
parent
af9a62c3e9
commit
acb1120300
|
@ -164,8 +164,9 @@ cd glass-isc-dhcp
|
||||||
mkdir logs
|
mkdir logs
|
||||||
chmod u+x ./bin/ -R
|
chmod u+x ./bin/ -R
|
||||||
|
|
||||||
npm install
|
sudo npm install
|
||||||
npm start
|
sudo npm install forever -g
|
||||||
|
sudo npm start
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
* For Debian this is all that is needed and Glass should start immediately, you can browse via http://server-ip:3000
|
* For Debian this is all that is needed and Glass should start immediately, you can browse via http://server-ip:3000
|
||||||
|
|
Loading…
Reference in New Issue