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 [email protected]:stackroute/vagrant-html-bootstrap.git
- cd into the newly cloned directory.
- run
vagrant up
to create or start an instance. - run
vagrant ssh
to enter the vagrant instance. - Inside the vagrant box run
static /vagrant
to 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!!!