Code Monkey home page Code Monkey logo

becachet's Introduction

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

becachet's People

Contributors

yurireeis avatar

Watchers

 avatar  avatar

becachet's Issues

Criar Artefatos das features do Cachet

Descrever o funcionamento de seis features:

  • Criar Grupo de Componentes;

  • Editar Grupo de Componentes;

  • Excluir Grupo de Componentes;

  • Criar Componente;

  • Editar Componente;

  • Excluir componente;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.