Skip to content

yeahwhat-mc/docker-cloudbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-cloudbot

Dockerized version of the great Python based IRC bot CloudBot.

Installation

  1. Clone repository:
    git clone https://github.com/frdmn/docker-cloudbot.git /opt/docker-cloudbot
  2. Adjust configuration:
    cd /opt/docker-cloudbot
    cp opt/config.default.json opt/config.json
    vi opt/config.json
  3. Build docker image:
    make build
  4. Run container:
    make run

Version

1.0.0

Lincense

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%