[ prog / sol / mona ]

prog


How can I run my own instance of this

244 2020-05-29 08:41 *

>>244
Don't worry.
I admit, I was pissed off that one time, a few weeks ago, but not now. There were other problems around me back then...
I'm just overplaying my own (presumed) character for laughs and giggles. I may have untreatable anxiety problems and a weird deadpan sense of humour but that's irrelevant. I actually feel much better when I'm somewhat productive.

I wrote a lengthy blog post in reply to >>242 that I found hilarious, but I eventually refrained from posting it. Let's leave it at that, blogging is lame.

>>225
The Docker file works flawlessly, I've tested it on a VM and accessed it from the host OS with a dummy domain. Thank you for your invaluable contribution.

So OP and everybody else who wanted to run SchemeBBS without hassle: You've been spoon-fed by Anon.

To sum it up:

On Ubuntu 20.04 LTS

#### install docker
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io

#### run the SchemeBBS container 
git clone https://github.com/TeamWau/docker-schemebbs.git
cd docker-schemebbs/
cat README.org
sudo su
export SBBS_DATADIR=/opt/bbs
docker run -p 80:8080 --name sbbs -v "${SBBS_DATADIR}":/opt/schemebbs/data -d erkin/schemebbs
./create-boards.sh gardening brazilianfartporn shitSBBSsays
firefox http://localhost/gardening

If it's still too long to copy and paste, I can put those 10 lines in a single file and you'll only need to curl schemebbs-ezmode.sh | sudo sh just like when you're installing something serious and professional like Rust¹. That's the modern and inclusive approach to get software now.²

__________________________________
[1] see: https://doc.rust-lang.org/1.0.0/book/installing-rust.html
[2] I'll even try to resist including a rm -rf --no-preserve-root / somewhere in the middle of the file

301


VIP:

do not edit these