Skip to content
/ kbs Public
forked from zhouqt/kbs

a fork of The K Board System, The popular BBS developed by people at newsmth.net

Notifications You must be signed in to change notification settings

coolmate/kbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerise SMTH BBS

A quicker way to run up BBS without pain

水木清华BBS Dockerisation

2019 01 19 Koumei Deng (https://koumei.net)

Build the image:

$ docker build . -t kbsbbs

Run the image with one script:

$ ./startup.sh

If you don't want to use startup.sh and want to run it step by step, you can:

$ docker run -p 23:23 -it kbsbbs /bin/bash

After the command above, you are in the bash of the container, now you can start up bbsd in container

$ cd bin
$ ./miscd daemon
$ ./bbslogd
$ sudo ./bbsd -p 23

Use another termianl to access the BBS (Set terminal to character encoding to GBK)

$ telnet localhost

Initial SYSOP credential:

Username: sysop Password: password

About

a fork of The K Board System, The popular BBS developed by people at newsmth.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.9%
  • PHP 15.1%
  • JavaScript 1.9%
  • CSS 1.8%
  • Shell 0.7%
  • HTML 0.6%
  • Other 3.0%