#StrongNode & Mongodb with Ubuntu precise 64 VirtualBox - Vagrant
###How to Use
- Download and install VirtualBox by clicking here
- Download and install Vagrant by clicking here
- Clone this repository.
- cd vagrant-strongnode-mongodb/
- vagrant up
###After Vagrant Box is up
- Vagrantfile configures private network at http://33.33.33.10/
- place your StrongLoop node apps in vagrant-strongnode-mongodb/strongnode-app-folder ( such as vagrant-strongnode-mongodb/strongnode-app-folder/myApp/app.js)
- login into the machine via 'vagrant ssh'
- from cli start your node app with 'slc run /var/strongnode-app-folder/myApp/app.js'
###Further Reading