fergusstrange / cloudbot

Slackbot integration for deploying cloud instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slackbot-integration Build Status

Build with the build-docker.sh script to compile with Gradle, run tests and generate a Docker image named fergusstrange/cloudbot-slack-integration.

Run the docker image with the following

 docker run \
 -e "slackAuthToken=yourKeyHere" \
 -e "slackAdmins=adminUserName" \
 -e "awsDefaultImageId=ami-12345" \
 -e "awsDefaultSecurityGroup=GroupName" \
 -e "awsDefaultPlacement=eu-west-1c" \
 -e "awsAccessKey=aKey" \
 -e "awsSecretKey=anotherKey" \
 -e "awsDefaultRegion=eu-west-1" \
 -p 8080:8080 fergusstrange/cloudbot-slack-integration

About

Slackbot integration for deploying cloud instances.

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Shell 0.3%