explains how to install with Vagrant

This commit is contained in:
Ollie Glass
2014-07-13 10:06:51 +01:00
parent 177f567724
commit 05b98e78e0
+17
View File
@@ -29,6 +29,23 @@ Clone this repo then install dependencies into the root of the project:
$ npm install
```
### Vagrant install
Optionally, use [Vagrant](https://www.vagrantup.com/) with the
included `Vagrantfile` and `setup.sh` to install OS and node packages to
a virtual machine.
```bash
host$ vagrant up
host$ vagrant ssh
vm$ setup.sh
```
The setup script will install OS packages then run `npm install`.
The Vagrant VM serves to your host machine only on 192.168.33.10, you can access
the web interface on [http://192.168.33.10:1337](http://192.168.33.10:1337)
Usage
---------------