Skip to content

modelbrouwers/forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modelbrouwers phpBB3.x forum

A phpBB 3.1 installation with the Modelbrouwers.nl extensions.

Getting started

Obtaining the code

  1. Download the latest phpBB 3.1 release

  2. Extract the code in the root of this repository. A phpBB3 directory should be created, containing the phpBB3 source.

  3. Clone the extensions. Make sure to clone these as siblings to the forum repository.

Your document structure should look like:

➜  modelbrouwers tree -L 2
.
├── forum
│   ├── docker-compose.yml
│   ├── Dockerfile
│   ├── phpBB3
│   └── README.md
├── phpbb-modelbrouwers
│   ├── command
│   ├── composer.json
│   ├── composer.lock
│   ├── config
│   ├── event
│   ├── ext.php
│   ├── Gulpfile.js
│   ├── language
│   ├── migrations
│   ├── package.json
│   ├── sass
│   ├── staticfiles
│   ├── styles
│   └── yarn.lock
└── php-ext-auth-django
    ├── adm
    ├── auth
    ├── composer.json
    ├── config
    ├── event
    ├── ext.php
    ├── language
    ├── LICENSE
    └── README.md

Bringing up the services

Make sure you have Docker and Docker-Compose installed on your system. Then, bring up the services:

docker-compose up -d

About

Infrastructure/code for the phpBB3 board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published