LoginSignup
5
6

More than 5 years have passed since last update.

Hubot | Hubotのインストール

Last updated at Posted at 2014-08-05

Hubot | Hubotのインストール

概要

Hubotのインストール

前提

OS: Ubuntu14.04 LTS

手順

npmのインストール

$ sudo apt-get update -y
$ sudo apt-get install -y nodejs
$ sudo apt-get install -y npm

hubotのインストール

$ sudo npm install -g hubot coffee-script
$ sudo ln -s /usr/bin/nodejs /usr/bin/node

インストールの確認

$ hubot -v
2.8.0

※Kandanと併せて利用する場合は、hubot-kandan adapterを利用する都合上2.4.7 をインストールする必要がある

参照

https://hubot.github.com/
https://github.com/github/hubot/tree/master/docs

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6