diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 00:29:20 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 00:29:20 +0200 |
| commit | 050b476b34767d543e97f8ffd8f0915a4ef2df7d (patch) | |
| tree | 2db6e62d007c0ef7bcdc9982b0eefd74b2743632 | |
| parent | e90f4431fa150a7c95d40b77693ff78bbc320df0 (diff) | |
README.md: update for ubuntu instructions (probably identical to debian)
| -rw-r--r-- | README.md | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -10,21 +10,33 @@ A collaborative editor for organizing, communicating, and analyzing data in grap * python-gevent-websocket * python-socketio +# Installation + +## Ubuntu 14.04 + +apt-get install python-flask python-socketio ant python-gevent python-six python-pip ruby-sass +pip install flask-mail + +## Generic +use pip to install all requirements + + $ pip install gevent-socketio + $ pip install flask + $ pip install flask-mail + # Requirements +## Build system +ant >= 1.9.0 + ## Server ### Neo4j -Install [neo4j](http://neo4j.com/download/) >= 2.1.5 (2.0 explicitly not supported, we use += in our queries) +[neo4j](http://neo4j.com/download/) >= 2.1.5 (2.0 explicitly not supported, we use += in our queries) ### Python libs -Install all of: # [gevent-socketio](https://pypi.python.org/pypi/gevent-socketio/) # [flask](http://flask.pocoo.org/) # [flask-mail](https://github.com/mattupstate/flask-mail) - -Or install it all via pip: - $ pip install gevent-socketio - $ pip install flask - $ pip install flask-mail +# [six](https://pypi.python.org/pypi/six/1.9.0) ## Client All of the following are already bundled but noted here for reference: |
