Added Vagrant to documentation

This commit is contained in:
Felix Imobersteg 2015-05-26 21:45:10 +02:00
parent 74c35ee327
commit 12c449b4e2
2 changed files with 10 additions and 1 deletions

View File

@ -40,7 +40,6 @@ It will download the latest version of ZeroNet and start it automatically.
* `tar xvpfz master`
* Start with `python zeronet.py`
## Mac
* Install [brew](http://brew.sh/)
@ -48,3 +47,11 @@ It will download the latest version of ZeroNet and start it automatically.
* `pip install gevent msgpack-python`
* [Download](https://github.com/HelloZeroNet/ZeroNet/archive/master.zip), Unpack, run `python zeronet.py`
## Vagrant
* `vagrant up`
* Access VM with `vagrant ssh`
* `cd /vagrant`
* Run `python zeronet.py --ui_ip 0.0.0.0`
* Open http://127.0.0.1:43110/ in your browser

2
start.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
mkdocs serve