Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 552 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 552 Bytes

Area51

Area51 is the development site of phpBB.

About

This repository contains the source code for the area51 website. It is based on Symfony2.

Installation

First of all, install the dependencies.

$ php composer.phar install

Copy app/config/parameters.dist.yml to app/config/parameters.yml and adjust the configuration.

Point your webroot to /web.

Tests

To run tests, after installing dependencies, run the following from the project root

$ bin/phpunit -c app/

License

See LICENSE.