hoatle / webapp-template

Web application structure template (layout), starting point for backbone + requirejs + twitter bootstrap application compiled by nodejs and running on any web server or phonegap environment :-)
31 stars 9 forks source link

Check and configure for as many hostings as possible #17

Closed hoatle closed 12 years ago

hoatle commented 12 years ago

Hosting list:

https://github.com/joyent/node/wiki/Node-Hosting

hoatle commented 12 years ago

cloudfoundary: too complicated to deploy nodejs app

hoatle commented 12 years ago

nodejitsu: can not have:

  "scripts": {
    "test": "make test",
    "start": "make run"
  }

on package.json. It requires "start": "{file-name}.js" for node server startup. This cause problem that the application can not be compiled and run at: http://hoatle.jit.su/

hoatle commented 12 years ago

there is a trick to make jitsu run on 'dev' mode. By default, jitsu sets NODE_ENV is 'production'.