davidpp / hubot-on-dotcloud

Hubot on dotcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hubot-hipchat on dotcloud

hubot with hipchat on Dotcloud forked from marsam

Usage

Clone:

$ git clone git://github.com/davidpaquet/hubot-on-dotcloud.git

Update hubot configuration in dotcloud.yml:

data:
  type: redis        # Used for hubot brain.

hubot:               # Hubot service
  # cropped
  hubot:
    name: skynet     # Name of hubot. "hubot" by default (optional)
    version: 2.3.2   # Version of hubot. latest version by default (optional)
    ports:
      hubot: tcp     # Used for hubot routes

Customize the builder, you can add environment variables by your hubot requirements.

Dotcloud magic

$ dotcloud push hubot hubot-on-dotcloud

About

Hubot on dotcloud


Languages

Language:Shell 100.0%