start.py on windows only, more info on limitations

This commit is contained in:
ZeroNet 2015-01-29 18:37:08 +01:00
parent 655c104130
commit 79e8bf7ebb
1 changed files with 6 additions and 4 deletions

View File

@ -31,19 +31,19 @@ Windows:
- [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 MsgPack](http://zeronet.io/files/windows/msgpack-python-0.4.2.win32-py2.7.exe)
- start `zeronet.py`
- start `start.py`
Linux (Debian):
- `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 gevent`
- `pip install msgpack-python`
- start using `python start.py`
- start using `python zeronet.py`
Linux (Without root access):
- `wget https://bootstrap.pypa.io/get-pip.py`
- `python get-pip.py --user pyzmq gevent msgpack-python`
- start using `python start.py`
- start using `python zeronet.py`
## Current limitations
@ -51,6 +51,8 @@ Linux (Without root access):
- Just as anonymous as the bittorrent
- File transactions not compressed or encrypted yet
- 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?
@ -96,4 +98,4 @@ Bitcoin: 1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX
#### Thank you!
- 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)