From 2972faf81c707d98da6c3f3dbcb683d083b6fbcf Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 10 Mar 2015 12:28:50 +0200 Subject: readme.md: generalize to apt based systems --- README.md | 16 ++++++++++------ 1 file 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 +# apt-get install \ +ant \ +python-flask \ +python-socketio \ +python-gevent \ +python-six \ +python-pip \ +ruby-sass + ## 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 127.0.0.1 rhizi.local to your hosts file - Launch run-local.sh:
-- cgit v1.3.1