Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.03 KB

Rift

Build Status Coverage Status

Rift is a service that enables you to conduct automated reliablity testing against your application's environments.

NOTE: THIS SERVICE IS A WORK IN PROGRESS IS NON-FUNCTIONAL AT THE MOMENT.

Requirements

If installing the service on Ubuntu 14.04, you will need the following packages.

sudo apt-get install build-essential python-dev python-pip

Installation

  1. Check out the project and install the dependencies in the requirements.txt and test-requirements.txt. It is recommended that you use a virtual environment to isolate Rift from other python applications on your system.

  2. Start MongoDB and RabbitMQ Docker containers

    bin/containers.sh start

  3. Start service:

    bin/rift.sh start

  4. Rift should be running on port 8000