- 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 [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!!!