Added Vagrantfile and altered documentation
This commit is contained in:
parent
e08b153732
commit
d8b61b0eca
2 changed files with 53 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue