I have written a simple web application using spine.js (node.js and hem procedure is followed). I have my development server running by executing "hem server" command. In order to deploy it, I first built the application using "hem build" and it succeeded with a message. Now when i refer to the docs at http://spinejs.com/docs/hem ; They have given the procedure for deploying it at heroku. How should i deploy it using node.js on a local Linux box running ubuntu 11.10?
Asked
Active
Viewed 372 times
2
-
Just now found out that in order to deploy the application, just expose the "public" directory in your project root folder using apache or nginx or any other webserver – Varadharajan Mukundan Dec 26 '11 at 11:13
1 Answers
2
Just deploy the 'public' folder to your linux box. Serve it statically using Apache.

Alex MacCaw
- 984
- 1
- 6
- 19