[ prog / sol / mona ]

prog


How can I run my own instance of this

225 2020-05-28 10:38

>>219
Sure thing, the repository is here: https://github.com/TeamWau/docker-schemebbs and the Docker Hub page is here: https://hub.docker.com/r/erkin/schemebbs (the description is scrambled because it automatically syncs with the README file, which is in org-mode syntax). Don't directly use the Dockerfile itself because it takes a long time to build. Just do docker pull erkin/schemebbs. I'm going to start tagging it with versions once SchemeBBS itself is versioned.

To use it:

% export SBBS_DATADIR=/opt/bbs
% docker run -p 80:8080 --name sbbs -v "${SBBS_DATADIR}":/opt/schemebbs/data -d erkin/schemebbs
% ./create-boards.sh prog art knitting

I slightly modified ./create-boards.sh to take an external environment variable. You can find this version in the repo.

301


VIP:

do not edit these