/becachet

The power of a status page + UI tests monitoring

Primary LanguagePython

Behave-Cachet

Behave-Cachet is an experimental project ...

The original's project's are:

Cachet is a beautiful and powerful open source status page system, a free replacement for services such as StatusPage.io, Status.io and others.

Behave is ...

SETUP

To run the project ...

First Steps

  1. Clone the Behave-Cachet repo
git clone https://github.com/yurireeis/BehaveCachet.git
cd BehaveCachet
  1. Make a virtualenv with Python 3.x and activate it:
virtualenv ~/${your_virtualenv_path}/behave-cachet -p python3
source ~/${your_virtualenv_path}/behave-cachet/bin/activate
  1. Install the project dependencies (cachet-wrapper is included here!):
pip install -r requirements.txt

Set up Behave

Running Cachet/Jenkins with docker

  1. Clone the Cachet Docker project
git clone https://github.com/cachethq/Docker.git cachet-docker
  1. Build and up BehaveCachet project
docker-compose build
docker-compose up
  1. Initialize the database and set a key:
docker ps  # to grab cachet instance name or id
docker exec -i ${your_cachet_instance_name_or_id}  php artisan key:generate
$ docker exec -i ${your_cachet_instance_name_or_id}  php artisan app:install
  1. Open a browser and access Cachet to setup:
http://<ipcachetisboundto>/setup
  1. Open the browser and configure Jenkins:
http://<ipjenkinsisboundto>:8080