A hubot script that does the things
See src/cms-ucmdb-hubot.coffee
for full documentation.
- install docker
- Configure your chat platform
docker pull chatopshpe/hubot-cms-ucmdb-hubot
- 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`
```
- for more run options- hubot-enterprise wiki
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"
]
- to lint, run
npm run lint
. - to test, run
npm test
.
- install docker
- install docker-compose
- update and edit variables in
docker-compose.yml
. - run using
docker-compose up
.