0.0.1 • Published 8 years ago

hubot-octane v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-octane

octane bot

See src/octane.coffee for full documentation.

Run with docker

RUN

  1. install docker
  2. Configure your chat platform
  3. docker pull dshmaya/hubot-octane
  4. run docker:

      docker run \
       -p 8080:8080 \
       -e "http_proxy=$http_proxy" \
       -e "https_proxy=$https_proxy" \
       -e "no_proxy=$no_proxy" \
       -e "ADAPTER=slack" \
       -e "HUBOT_LOG_LEVEL=info" \
       -e "SLACK_APP_TOKEN=xxxxxxxxx" \
       -e "HUBOT_SLACK_TOKEN=xxxxxxxxxxx" \
       dshmaya/hubot-octane`
  5. for more run options- hubot-enterprise wiki

Installation - npm

install hubot enterprise

In hubot enterprise project workdir, run:

npm install hubot-octane --save

Then add hubot-octane to your external-scripts.json:

[
  "hubot-octane"
]

Test and LINT

  1. to lint, run npm run lint.
  2. to test, run npm test.

Run for development using docker compose

  1. install docker
  2. install docker-compose
  3. update and edit variables in docker-compose.yml.
  4. run using docker-compose up.

Hubot-enterprise guide and info

hubot scripts Development

hubot-enterprise wiki

hubot-enterprise scripts Development

NPM Module

https://www.npmjs.com/package/hubot-octane "# hubot-octane"

0.0.2

8 years ago

0.0.1

8 years ago