Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 854 Bytes

INSTALL.windows.md

File metadata and controls

21 lines (16 loc) · 854 Bytes

Instructions for installing and running this vagrant under Windows

Vagrant Installation

note: All installers are available on the file server @ http://172.23.238.13/software/.

  1. Make sure VTx is enabled on your computer.
  2. Install virtualbox version 4.3.x.
  3. Install Vagrant.
  4. Install git bash.

Running vagrant

  1. Run the git-bash shell.
  2. Pull the source from github - git clone [email protected]:stackroute/vagrant-html-bootstrap.git
  3. cd into the newly cloned directory.
  4. run vagrant up to create or start an instance.
  5. run vagrant ssh to enter the vagrant instance.
  6. 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.
  7. Open the cloned directory with Atom or Sublime and start coding!!!