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

Commit

Permalink
Merge branch 'master' of https://github.com/REGOVAR/Pirus
Browse files Browse the repository at this point in the history
  • Loading branch information
ikit committed Oct 6, 2016
2 parents 6f7e2e7 + 4608fb4 commit 1be37ac
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
============
Installation
============

You need to have [MongoDB](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/) and [RabbitMQ](https://www.rabbitmq.com/install-debian.html) installed on your system.
.. code-block:: bash
sudo apt install rabbitmq-server
sudo apt install mongodb
sudo apt install lxd
You may need also to install
.. code-block:: bash
sudo apt install build-essential libssl-dev libffi-dev python3-dev virtualenv
You can then clone the repository and install requirements.
.. code-block:: bash
git clone https://github.com/REGOVAR/Pirus.git
cd Pirus
virtualenv -p /usr/bin/python3.5 venv
source venv/bin/activate
pip install -r requirements.txt

0 comments on commit 1be37ac

Please sign in to comment.