From 6b60826e680d1718513e79892948f6c189d6e347 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 11 May 2015 17:45:08 +0200 Subject: [PATCH] Update README.md Added instructions to deploy at home --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index efb601f..0a0df54 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ 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). + +# 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.