p / phpbb-demo

Demo site for development versions of phpBB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpBB Demo Site

A collection of scripts and tools to install and maintain demo phpBB installations.

View In Action

Outline

Basically:

  • Pull QuickInstall source.
  • Apply a pre-built configuration file to it.
  • Get QuickInstall to install phpBB.
  • In case of develop (3.1), use database updater to update to the develop tree as QI cannot install 3.1 directly.

This repository also contains the server configuration. The ultimate deployment target is a rebuildable VPS running Debian.

Using

You need buildploy and Fabric locally for building and deploying.

To build:

buildploy buildploy.yml

To deploy:

# (execute pre-setup in prepare.sh on the server)

# configure server
fab setup

# restart apache
fab restart

# install/update demo boards
fab update

TODO

Lots. See the TODO file.

License

Released under the 2 clause BSD license.

About

Demo site for development versions of phpBB

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 89.1%Language:Python 10.9%