ombre8 / phpbb

phpBB 3 Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains a s2i script for Openshift 3

Home Page:http://www.phpbb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openshift 3 source to image deployment for PHPBB

phpBB

ABOUT

phpBB is a free open-source bulletin board written in PHP. This script enables you to deploy phpBB on a Openshift 3 Plattform. You can set a Version by defining an Environement Variable called 'BRANCH'. The Database creation is not automated, do the Setup by hand on first install. As soon the Database is filled, you should define the Database Environement Variables. The Setup will be skipped, if they are defined.

Variables

  • BRANCH Defines the Branch of the phpbb Repo should be used.
  • MYSQL_SERVICE_HOST Database host, on OSE 3 usualy localhost
  • MYSQL_SERVICE_PORT Database port
  • MYSQL_DATABASE Database Name If this Variable is defined, the Setup will be skipped, a allredy setup Database is expected
  • MYSQL_USER Database Username
  • MYSQL_PASSWORD Database Passwort

LICENSE

GNU General Public License v2

About

phpBB 3 Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains a s2i script for Openshift 3

http://www.phpbb.com


Languages

Language:Shell 100.0%