The bot that interprets your DevOps team commands and executes them.
First grab the source and its dependencies.
$ git clone [email protected]:tekkie/johnny-devops-bot.git
$ cd johnny-devops-bot
$ npm install
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
.
In development mode, simply start Johnny with:
$ node app.js