diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-10 12:28:50 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-03-10 12:28:50 +0200 |
| commit | 2972faf81c707d98da6c3f3dbcb683d083b6fbcf (patch) | |
| tree | bebab3ce6cf88dbb18703600b3535d942363ed5d /README.md | |
| parent | cfe222e4d491335a8020ab2801b8e729c1dcee62 (diff) | |
readme.md: generalize to apt based systems
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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> |
