dietrichm / usebb-docker

Docker and Docker Compose set-up for running legacy UseBB 1 locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usebb-docker

Docker and Docker Compose set-up for running legacy UseBB 1 locally.

This is used primarily for code refactoring katas, workshops, and just downright nostalgia.

Also works with Podman and Podman Compose.

Set up

  • Clone UseBB 1 into ../usebb.
  • Copy config.php from this project to ../usebb/config.php.
  • Run docker-compose up -d. The first time, it will take a while before all containers are built and ready.
  • Go to the register page and click "I accept".
  • Fill in the credentials for your admin account and click "Register".
  • Proceed to log in using your specified credentials.

Checking mails

Mails are sent to a local MailHog container, which you can access in the browser.

Peeking into the database

Using Adminer, you can easily access the UseBB database:

  • Provided containers are running, go to the Adminer interface.
  • Enter "MySQL", db, user, password and usebb for respectively system, server, username, password and database, and click "Login".

License

Copyright 2022, Dietrich Moerman.

Released under the terms of the MIT License.

About

Docker and Docker Compose set-up for running legacy UseBB 1 locally.

License:MIT License


Languages

Language:PHP 92.7%Language:Dockerfile 7.3%