Stars: 4563
Forks: 3630
Pull Requests: 25600
Issues: 15275
Watchers: 346
Last Updated: 2023-09-16 17:36:03
Home of the Joomla! Content Management System
License: GNU General Public License v2.0
Languages: PHP, HTML, CSS, JavaScript, Shell, PLpgSQL, Vue, SCSS
Drone-CI | AppVeyor | PHP | Node | npm |
---|---|---|---|---|
Joomla is not installable out of the box from this repository, please use:
For detailed instructions please visit https://docs.joomla.org/Special:MyLanguage/J4.x:Setting_Up_Your_Local_Environment
You will need:
Steps to setup the local environment:
git clone https://github.com/joomla/joomla-cms.git
cd joomla-cms
git checkout 4.3-dev
composer install
npm ci
Things to be aware of when pulling:
Joomla creates a cache of the namespaces of its extensions in JOOMLA_ROOT/administrator/cache/autoload_psr4.php
. If
extensions are created, deleted or removed in git then this file needs to be recreated. You can simply delete the file
and it will be regenerated on the next call to Joomla.