Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/docker-meetbot
https://github.com/jjasghar/docker-meetbot
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjasghar/docker-meetbot
- Owner: jjasghar
- Created: 2015-07-20T06:00:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T23:32:53.000Z (about 9 years ago)
- Last Synced: 2023-03-22T23:17:13.173Z (over 1 year ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-meetbot
This is a docker container to get [meetbot](https://wiki.debian.org/MeetBot) running and only needing your specific configurations.
## Installation
Pull the latest version of the image from the docker index. This is the recommended method of installation as it is easier to update image in the future.
```
docker pull jjasghar/meetbot:latest
```Alternately you can build the image yourself.
```
git clone https://github.com/jjasghar/docker-meetbot.git
cd docker-meetbot
docker build -t="$USER/meetbot" .
```## Quick Start
Run the image
```
docker run --name="meetbot-running" -d -p 81:80/tcp \
-v ${PWD}/docker-meetbot:/conf meetbot
```I have a `meetbot.conf` in the repo that'll connect to freenode, then attempt to connect to `#scr1b3testing`
to verify everything works.When you are ready for this bot to connect and you start using it i suggest
you pull down the main [meetbot](https://wiki.debian.org/MeetBot) code, and
run the _Configuring SupyBot_ section. Grab the files that are outputted, copy
them into the directory you want to use as your `/conf` directory and rename the
__ to `meetbot.conf`You should see your bot in the IRC channel of your choosing in a few seconds.