summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-10 12:28:50 +0200
committerLV-426 <lv-426@taproot.org.il>2015-03-10 12:28:50 +0200
commit2972faf81c707d98da6c3f3dbcb683d083b6fbcf (patch)
treebebab3ce6cf88dbb18703600b3535d942363ed5d /README.md
parentcfe222e4d491335a8020ab2801b8e729c1dcee62 (diff)
readme.md: generalize to apt based systems
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index b1f0ec5d..3efc4405 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,16 @@ All of the following are already bundled but noted here for reference:
- FileSaver
# Installation
-
-## Ubuntu 14.04
-
-apt-get install python-flask python-socketio ant python-gevent python-six python-pip ruby-sass
-pip install flask-mail
+## Apt based systems: Debian / Ubuntu
+<code># apt-get install \
+ant \
+python-flask \
+python-socketio \
+python-gevent \
+python-six \
+python-pip \
+ruby-sass
+</code>
## Generic
use pip to install all requirements
@@ -35,7 +40,6 @@ use pip to install all requirements
# Use
## Running Rhizi Locally
To run Rhizi locally:
-
- Run neo4j locally on the default 7474 port
- Add <code>127.0.0.1 rhizi.local</code> to your hosts file
- Launch run-local.sh:<br>