Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Configure the Hubot

Kodeblok
cd /packopt/hubot/bin
vi hubot

The Config

...

Kodeblok
{
  "name": "hubot-scripts",
  "version": "2.5.16",
  "author": "hubot",
  "keywords": [
    "hubot",
    "plugin",
    "scripts",
    "campfire",
    "bot",
    "robot"
  ],
  "description": "Allows you to opt in to a variety of scripts",
  "licenses": [{
    "type": "MIT",
    "url": "https://github.com/github/hubot-scripts/raw/master/LICENSE"
  }],
  "repository" : {
    "type": "git",
    "url": "https://github.com/github/hubot-scripts.git"
  },
  "dependencies": {
    "redis": "0.8.4"
  }
}

 

Run the Bot

Kodeblok
cd /opt/hubot
bin/hubot --adapter hipchat

...