https://github.com/phpbb/area51
Symfony Application for the area51.phpbb.com website.
https://github.com/phpbb/area51
Last synced: 9 months ago
JSON representation
Symfony Application for the area51.phpbb.com website.
- Host: GitHub
- URL: https://github.com/phpbb/area51
- Owner: phpbb
- License: gpl-3.0
- Created: 2011-05-29T05:37:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T19:42:51.000Z (9 months ago)
- Last Synced: 2025-04-29T23:28:19.849Z (9 months ago)
- Language: PHP
- Homepage: https://area51.phpbb.com
- Size: 2.84 MB
- Stars: 18
- Watchers: 33
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Area51
[Area51](http://area51.phpbb.com) 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`.