Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 1.37 KB

README.markdown

File metadata and controls

33 lines (19 loc) · 1.37 KB

OPC

This is the source code of the (now offline) OttawaPHPCommunity.ca website. A simple aggregator of what web developers in Ottawa have to share about PHP.

Requirements

Of course you need this code, and a webserver with support for PHP 5 and MySQL, but also:

Installation

Libraries

Danceric, Doctrine, Zend, ZFDebug, and ZFDoctrine libraries needs to be copied into the ./Library directory.

Cache

Make sure the webserver have read/write access to the ./application/cache directory

Database

Create the database with the same name as in application/config/application.ini, the run the script in ./data/sql to create the tables, then run any migration script in ./data/migrations to get to the latest version.

Sample data available in ./data/fixtures directory.

Contribute

Everybody can contribute, we want to make the web better. The only requirement is to follow the ZF Coding Standards, and as we're (as in @danceric) picky, everything should run properly with E_STRICT error level.