- Install virtualbox -
sudo aptitude install virtualbox - Download the appropriate .deb package (32 or 64 bit) from https://www.vagrantup.com/downloads.html
- Install with the command -
sudo dpkg --install vagrant_1.7.4_x86_64.deb
- 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!!!