All Projects → jdxcode → Node Sample

jdxcode / Node Sample

how to use node in production

Programming Languages

javascript
184084 projects - #8 most used programming language

node-sample

A sample node app to demonstrate how to use node in production with ansible.

To use:

  • Edit the ansible inventory file at ansible/production to Fedora 20 servers that you can SSH into.
  • Run ./provision to provision the load balancer and application servers.
  • Go to /haproxy?stats on your load balancer (my_username/my_password). Your app servers should be red and marked as down.
  • Run ./deploy to deploy your code. In the haproxy stats you should see them marked as green. Going to the root of the load balancer should show the node app.t
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].