Added Vagrantfile and altered documentation

This commit is contained in:
Felix Imobersteg 2015-05-26 21:44:45 +02:00
parent e08b153732
commit d8b61b0eca
2 changed files with 53 additions and 0 deletions

View file

@ -99,6 +99,14 @@ It downloads the latest version of ZeroNet then starts it automatically.
* `brew install python`
* `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
## Current limitations