Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gueudelot committed Oct 21, 2016
1 parent e64d972 commit 7aab3ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ You need to have `MongoDB <https://docs.mongodb.com/manual/tutorial/install-mong
sudo apt install rabbitmq-server
sudo apt install mongodb
sudo apt install lxd
sudo apt install redis-server

You may need also to install ::

Expand All @@ -20,4 +21,21 @@ You can then clone the repository and install requirements ::
virtualenv -p /usr/bin/python3.5 venv
source venv/bin/activate
pip install -r requirements.txt


=========
Run pirus
=========

Your need first to run celery ::

cd pirus/
celery worker -A pirus_worker --loglevel=info -Q PirusQueue

So you can run pirus ::

python app.y

Check if pirus is working there : http://localhost:8080/v1/www

0 comments on commit 7aab3ed

Please sign in to comment.