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.
If installing the service on Ubuntu 14.04, you will need the following packages.
sudo apt-get install build-essential python-dev python-pip
-
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.
-
Start MongoDB and RabbitMQ Docker containers
bin/containers.sh start
-
Start service:
bin/rift.sh start
-
Rift should be running on port 8000