Skip to content

HPSoftware/cms-ucmdb-hubot

Repository files navigation

hubot-cms-ucmdb-hubot

A hubot script that does the things

See src/cms-ucmdb-hubot.coffee for full documentation.

Run with docker

RUN

  1. install docker
  2. Configure your chat platform
  3. docker pull chatopshpe/hubot-cms-ucmdb-hubot
  4. run docker:
```bash
  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" \
   chatopshpe/hubot-cms-ucmdb-hubot`
```
  1. for more run options- hubot-enterprise wiki

Installation - npm

In hubot project repo, run:

npm install hubot-cms-ucmdb-hubot --save

Then add hubot-cms-ucmdb-hubot to your external-scripts.json:

[
  "hubot-cms-ucmdb-hubot"
]

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-cms-ucmdb-hubot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published