start.py on windows only, more info on limitations
This commit is contained in:
parent
655c104130
commit
79e8bf7ebb
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -31,19 +31,19 @@ Windows:
|
||||||
- [Install Python Greenlet](http://zeronet.io/files/windows/greenlet-0.4.5.win32-py2.7.exe)
|
- [Install Python Greenlet](http://zeronet.io/files/windows/greenlet-0.4.5.win32-py2.7.exe)
|
||||||
- [Install Python Gevent](http://zeronet.io/files/windows/gevent-1.0.1.win32-py2.7.exe)
|
- [Install Python Gevent](http://zeronet.io/files/windows/gevent-1.0.1.win32-py2.7.exe)
|
||||||
- [Install Python MsgPack](http://zeronet.io/files/windows/msgpack-python-0.4.2.win32-py2.7.exe)
|
- [Install Python MsgPack](http://zeronet.io/files/windows/msgpack-python-0.4.2.win32-py2.7.exe)
|
||||||
- start `zeronet.py`
|
- start `start.py`
|
||||||
|
|
||||||
Linux (Debian):
|
Linux (Debian):
|
||||||
- `apt-get install python-pip`
|
- `apt-get install python-pip`
|
||||||
- `pip install pyzmq` (if it drops a compile error then run `apt-get install python-dev` and try again)
|
- `pip install pyzmq` (if it drops a compile error then run `apt-get install python-dev` and try again)
|
||||||
- `pip install gevent`
|
- `pip install gevent`
|
||||||
- `pip install msgpack-python`
|
- `pip install msgpack-python`
|
||||||
- start using `python start.py`
|
- start using `python zeronet.py`
|
||||||
|
|
||||||
Linux (Without root access):
|
Linux (Without root access):
|
||||||
- `wget https://bootstrap.pypa.io/get-pip.py`
|
- `wget https://bootstrap.pypa.io/get-pip.py`
|
||||||
- `python get-pip.py --user pyzmq gevent msgpack-python`
|
- `python get-pip.py --user pyzmq gevent msgpack-python`
|
||||||
- start using `python start.py`
|
- start using `python zeronet.py`
|
||||||
|
|
||||||
|
|
||||||
## Current limitations
|
## Current limitations
|
||||||
|
@ -51,6 +51,8 @@ Linux (Without root access):
|
||||||
- Just as anonymous as the bittorrent
|
- Just as anonymous as the bittorrent
|
||||||
- File transactions not compressed or encrypted yet
|
- File transactions not compressed or encrypted yet
|
||||||
- No private sites
|
- No private sites
|
||||||
|
- You must have an open port to publish new changes
|
||||||
|
- Timeout problems on slow connections
|
||||||
|
|
||||||
|
|
||||||
## How can I create a ZeroNet site?
|
## How can I create a ZeroNet site?
|
||||||
|
@ -96,4 +98,4 @@ Bitcoin: 1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX
|
||||||
#### Thank you!
|
#### Thank you!
|
||||||
|
|
||||||
- More info, help, changelog, zeronet sites: http://www.reddit.com/r/zeronet/
|
- More info, help, changelog, zeronet sites: http://www.reddit.com/r/zeronet/
|
||||||
- Come, chat with us: [#zeronet @ FreeNode](https://kiwiirc.com/client/irc.freenode.net/zeronet)
|
- Come, chat with us: [#zeronet @ FreeNode](https://kiwiirc.com/client/irc.freenode.net/zeronet)
|
||||||
|
|
Loading…
Reference in a new issue