summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-03 00:29:20 +0200
committerAlon Levy <alon@pobox.com>2015-03-03 00:29:20 +0200
commit050b476b34767d543e97f8ffd8f0915a4ef2df7d (patch)
tree2db6e62d007c0ef7bcdc9982b0eefd74b2743632
parente90f4431fa150a7c95d40b77693ff78bbc320df0 (diff)
README.md: update for ubuntu instructions (probably identical to debian)
-rw-r--r--README.md26
1 files changed, 19 insertions, 7 deletions
diff --git a/README.md b/README.md
index 17511ff5..eb922ac0 100644
--- a/README.md
+++ b/README.md
@@ -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: