Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couchbaselabs/couchbot
:space_invader: Hubot instance specializing in relaxation and helpful behaviors
https://github.com/couchbaselabs/couchbot
Last synced: 2 days ago
JSON representation
:space_invader: Hubot instance specializing in relaxation and helpful behaviors
- Host: GitHub
- URL: https://github.com/couchbaselabs/couchbot
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2013-09-24T18:21:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T10:12:38.000Z (over 8 years ago)
- Last Synced: 2024-04-12T16:19:13.475Z (9 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 128 KB
- Stars: 4
- Watchers: 165
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Couchbot
![Couchbot](https://github.com/couchbaselabs/couchbot/blob/master/share/couchbot.png?raw=true)
Couchbot is a [Hubot](https://github.com/github/hubot) instance that
specializes in relaxation and helpful behaviors within a group
chat setting.## Development
This container works fine with `docker-machine` on Mac OS X.
```
docker pull brianshumate/couchbot:dev
git clone [email protected]:couchbaselabs/couchbot.git
$EDITOR _couchbot.env # set proper values for all vars
docker build -t="couchbase/couchbot:dev" ./couchbot/
docker run -p 45678:8073 --env-file _couchbot.env couchbase/couchbot:dev
```## Production
Running in production:
```
docker pull brianshumate/couchbot:prod
$EDITOR _couchbot.env # set proper values for all vars
docker run -d -p 45678:8073 --env-file _couchbot.env couchbase/couchbot:prod
```## Tested Software Versions
This project works with the following software versions:
* Docker: 1.8.3
* VirtualBox: 5.0.10
* Hubot: GitHub Master
* Node.js: 0.12.2