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 git@github.com:Olson3R/vagrant-bootstrap.git - Change directories to
cd vagrant-bootstrap/www - Clone the
rest-hapi-bootstraprepo into thevagrant-bootstrap/wwwdirectory
git clone git@github.com:Olson3R/rest-hapi-bootstrap.git
- Clone the
client-hapi-bootstraprepo into thevagrant-bootstrap/wwwdirectory
git clone git@github.com: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