This repository was a take home test for a job application. For reference only.
Vagrant file to install MongoDB, Nginx, Node.js, Node Cellar, and some cool parallax demo Running on Ubuntu 12.04
vagrant up
- NodeCellar: (http://127.0.0.1:10080)
- Static Nginx: (http://127.0.0.1:10080/static/)
- MongoDB api: (http://127.0.0.1:17017)
- MongoDB web: (http://127.0.0.1:18017)
vagrant halt
or
vagrant destroy