Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.09 KB

vagrant-bootstrap

Bootstrap vagrant project for rest-hapi-bootstrap and client-hapi-bootstrap.

Instructions

  1. Make sure you have vagrant (https://www.vagrantup.com/) installed
  2. Clone this repo git clone [email protected]:Olson3R/vagrant-bootstrap.git
  3. Change directories to cd vagrant-bootstrap/www
  4. Clone the rest-hapi-bootstrap repo into the vagrant-bootstrap/www directory
  1. Clone the client-hapi-bootstrap repo into the vagrant-bootstrap/www directory
  1. Change directories back to vagrant-bootstrap
  2. Bring up the vagrant machine vagrant up
  • Note: If you do not already have the vm image downloaded, it can take a while since it is 500+ MB.
  • Note: Provisioning will take a while as well the first time the vm provisions
  1. Ssh into the vm vagrant ssh
  2. Run your node apps

Notes

  1. The VM will be host-only accessible under IP 192.168.30.10 by default