Documentation/docs/getting_started/installing.md

1.7 KiB

Installing ZeroNet

Windows

It downloads the latest version of ZeroNet then starts it automatically.

Alternative method for Windows by installing Python

Linux

Debian

  • sudo apt-get update
  • sudo apt-get install build-essential python-dev python-pip git
  • sudo pip install pyzmq gevent msgpack-python
  • git clone https://github.com/HelloZeroNet/ZeroNet.git
  • cd ZeroNet
  • Start with python zeronet.py
  • Open http://127.0.0.1:43110/ in your browser and enjoy! :)

Other Linux or without root access

  • Check your python version using python --version if the returned version is not Python 2.7.X then try python2 or python2.7 command and use it from now
  • wget https://bootstrap.pypa.io/get-pip.py
  • python get-pip.py --user pyzmq gevent msgpack-python
  • wget https://codeload.github.com/HelloZeroNet/ZeroNet/tar.gz/master
  • tar xvpfz master
  • Start with python zeronet.py