- Download ZeroBundle package (Python 2.7.9 and all other requirements included)
- Unpack to any directory
- Run
zeronet.cmd
It will download the latest version of ZeroNet and start it automatically.
- Install Python 2.7
- Install Python Greenlet
- Install Python Gevent
- Install Python MsgPack
- Download and extract ZeroNet to any directory
- Run
start.py
sudo apt-get updatesudo apt-get install msgpack-python python-gevent python-dnspythonwget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gztar xvpfz master.tar.gzcd ZeroNet-master- Start with
python zeronet.py - Open http://127.0.0.1:43110/ in your browser and enjoy! :)
- Check your python version using
python --versionif the returned version is notPython 2.7.Xthen trypython2orpython2.7command and use it from now wget https://bootstrap.pypa.io/get-pip.pypython get-pip.py --user gevent msgpack-python dnspythonwget https://codeload.github.com/HelloZeroNet/ZeroNet/tar.gz/mastertar xvpfz master- Start with
python zeronet.py
- Install brew
brew install pythonpip install gevent msgpack-python dnspython- Download, Unpack, run
python zeronet.py
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
docker run -p 15441:15441 -p 43110:43110 nofish/zeronet- Open http://127.0.0.1:43110/ in your browser