diff options
| author | David King <imkingdavid@gmail.com> | 2012-03-30 13:25:56 -0400 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-03-30 13:25:56 -0400 |
| commit | d60d9aa9d5fb880681b1f53c6b8104539e2845b7 (patch) | |
| tree | 32b17192b1a50f278f77fc7784f7bf8163d35315 /README.md | |
| parent | 29a904ce45f16eac928aa516be366780f05c0950 (diff) | |
| parent | 951e2c8d0c32e6c2bcae02e2f2ff8be35af35b36 (diff) | |
| download | forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.gz forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.bz2 forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.xz forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.zip | |
Merge remote-tracking branch 'igorw/feature/event-dispatcher' into develop
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -8,6 +8,15 @@ phpBB is a free bulletin board written in PHP. Find support and lots more on [phpBB.com](http://www.phpbb.com)! Discuss the development on [area51](http://area51.phpbb.com/phpBB/index.php). +## INSTALLING DEPENDENCIES + +To be able to run an installation from the repo (and not from a pre-built package) you need to run the following commands to install phpBB's dependencies. + + cd phpBB + curl -s http://getcomposer.org/installer | php + php composer.phar install + + ## CONTRIBUTE 1. [Create an account on phpBB.com](http://www.phpbb.com/community/ucp.php?mode=register) |
