Joomla! Framework Site
This application is the code powering the framework.joomla.org website.
Requirements
- PHP 7.0+
- PDO with MySQL support
- Composer
- Apache with mod_rewrite enabled and configured to allow the .htaccess file to be read
Installation
- Clone this repo on your web server
- Run the
composer installcommand to install all dependencies - Copy
etc/config.dist.jsontoetc/config.jsonand configure your environment - Run
vendor/bin/phinx migrateto set up the database