Update README.md

Added instructions to deploy at home
This commit is contained in:
Thomas FORGIONE 2015-05-11 17:45:08 +02:00
parent 043400f6be
commit 6b60826e68
1 changed files with 10 additions and 0 deletions

View File

@ -2,3 +2,13 @@
A prototype for a user-friendly 3D interface allowing to browse 3D scenes / models written with Node.js. A prototype for a user-friendly 3D interface allowing to browse 3D scenes / models written with Node.js.
It is hosted by [OpenShift](https://www.openshift.com/) at [3dinterface.no-ip.org](http://3dinterface.no-ip.org). It is hosted by [OpenShift](https://www.openshift.com/) at [3dinterface.no-ip.org](http://3dinterface.no-ip.org).
# To deploy
As usual with NodeJS, it's quite easy to deploy. Just clone this repo somewhere, and then, in the repo do
``` sh
npm install
node server.js
```
You should be able to go to [localhost:4000](http://localhost:4000) and see the result.