Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pct960 authored Dec 28, 2019
1 parent e815556 commit 3e055ae
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,42 @@ Single-node Quickstart
If the OS is Ubuntu or debian based
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Simply run::
* Simply run

.. code-block:: shell
curl -LJ# https://vermillion-install.herokuapp.com/ | bash
For other operating systems
^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. Clone the repository::
#. Clone the repository

.. code-block:: shell
git clone https://github.com/rbccps-iisc/vermillion
cd vermillion
#. Install the following dependencies manually

- docker
- docker-compose
- docker
- docker-compose

#. Also install the following dependencies if the tests need to be run

- requests
- urllib3
- pika
- requests
- urllib3
- pika==0.13.0

#. Start the installation::
#. Start the installation

.. code-block:: shell
./single-node/quick_install
./single-node/quick_install
#. Test the middleware using::
#. Test the middleware using

./tests/single-node functional -d 1 -a 1
.. code-block:: shell
./tests/single-node functional -d 1 -a 1

0 comments on commit 3e055ae

Please sign in to comment.