Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 521 Bytes

docker-CloudBotLegacy

Dockerized version of the great Python2 based IRC bot CloudBotLegacy.

Installation

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

Version

1.1.0

Lincense

MIT