Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 536 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 536 Bytes

Johnny DevOps

The bot that interprets your DevOps team commands and executes them.

Install

First grab the source and its dependencies.

$ git clone [email protected]:tekkie/johnny-devops-bot.git
$ cd johnny-devops-bot
$ npm install

Configure

Copy the environment file.

$ cp .env.sample .env

and adjust its contents to match your values. During development we use DEBUG=true to work with the ConsoleConnector.

Execute

In development mode, simply start Johnny with:

$ node app.js