Openshift 3 source to image deployment for 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
BRANCHDefines the Branch of the phpbb Repo should be used.MYSQL_SERVICE_HOSTDatabase host, on OSE 3 usualy localhostMYSQL_SERVICE_PORTDatabase portMYSQL_DATABASEDatabase Name If this Variable is defined, the Setup will be skipped, a allredy setup Database is expectedMYSQL_USERDatabase UsernameMYSQL_PASSWORDDatabase Passwort
