Application powering the internet home of the Joomla! Framework
CSS PHP HTML ApacheConf JavaScript
Switch branches/tags
Nothing to show
Latest commit e56866a Jun 28, 2017 @mbabker mbabker committed on GitHub Change "report an issue" text

README.md

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

  1. Clone this repo on your web server
  2. Run the composer install command to install all dependencies
  3. Copy etc/config.dist.json to etc/config.json and configure your environment
  4. Run vendor/bin/phinx migrate to set up the database