Bootstrap vagrant project for rest-hapi-bootstrap and client-hapi-bootstrap.
- Make sure you have vagrant (https://www.vagrantup.com/) installed
- Clone this repo
git clone [email protected]:Olson3R/vagrant-bootstrap.git
- Change directories to
cd vagrant-bootstrap/www
- Clone the
rest-hapi-bootstrap
repo into thevagrant-bootstrap/www
directory
git clone [email protected]:Olson3R/rest-hapi-bootstrap.git
- Clone the
client-hapi-bootstrap
repo into thevagrant-bootstrap/www
directory
git clone [email protected]:Olson3R/client-hapi-bootstrap.git
- Change directories back to
vagrant-bootstrap
- 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
- Ssh into the vm
vagrant ssh
- Run your node apps
- The VM will be host-only accessible under IP 192.168.30.10 by default