note: All installers are available on the file server @ http://172.23.238.13/software/.
- Make sure VTx is enabled on your computer.
- Install virtualbox version 4.3.x.
- Install Vagrant.
- Install git bash.
- Run the git-bash shell.
- Pull the source from github -
git clone git@github.com:stackroute/vagrant-html-bootstrap.git - cd into the newly cloned directory.
- run
vagrant upto create or start an instance. - run
vagrant sshto enter the vagrant instance. - Inside the vagrant box run
static /vagrantto start the static webserver. Open the url http://127.0.0.1:8080/ in the browser to access server. - Open the cloned directory with Atom or Sublime and start coding!!!