Xxiangxinyongchange image region
a004c586创建于 2020年5月30日历史提交
文件最后提交记录最后更新时间
6 年前
6 年前
6 年前
6 年前
6 年前
README

docker-meetbot

This is based on edacore-infra's meetbot docker definition: https://github.com/edacore-infra/docker-meetbot.

This is a docker container to get 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 swr.ap-southeast-1.myhuaweicloud.com/opengauss/meetingbot:v1.0.2020031100

Quick Start

Run the image

docker run --name="meetbot-running" -d -p 80:80/tcp \
   --env-file ./opengauss.env \
   -v /data:/data -v /var/log:/logs swr.ap-southeast-1.myhuaweicloud.com/opengauss/meetingbot:v1.0.2020031100

It has a meetbot.conf in the repo that'll connect to freenode

When you are ready for this bot to connect and you start using it i suggest you pull down the main 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 <your_bot_name.conf> to meetbot.conf

You should see your bot in the IRC channel of your choosing in a few seconds.