Skip to content

joomla/joomla-cms

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 29, 2024
8bbd6f1 · Dec 29, 2024
Oct 23, 2024
Mar 27, 2024
Dec 15, 2024
Dec 15, 2024
Dec 14, 2024
Jun 19, 2011
May 11, 2024
Dec 15, 2024
Nov 14, 2024
Nov 22, 2020
Nov 19, 2024
Dec 15, 2024
Dec 15, 2024
Nov 14, 2024
Dec 15, 2024
Dec 1, 2024
Dec 15, 2024
Dec 12, 2024
Dec 29, 2024
Jun 19, 2011
Nov 1, 2023
Dec 4, 2024
Oct 17, 2024
May 24, 2023
Jun 25, 2024
Aug 6, 2024
Mar 4, 2020
Mar 1, 2015
Nov 13, 2024
Nov 13, 2024
Sep 2, 2024
Dec 8, 2024
Dec 8, 2024
Jun 24, 2024
Mar 21, 2024
Jun 26, 2023
Oct 23, 2024
Nov 13, 2024
Aug 15, 2024
Mar 20, 2023
Mar 20, 2023
Mar 7, 2024
Dec 15, 2020
May 29, 2023
May 31, 2020

Repository files navigation

Joomla! CMS™

Build Status

Drone-CI AppVeyor PHP Node npm
Build Status Build status PHP node-lts npm

Overview

What is Joomla?

  • Joomla! is a Content Management System (CMS) which enables you to build websites and powerful online applications.
  • It is a simple and powerful web server application which requires a server with PHP and either MySQL, MariaDB or PostgreSQL to run. You can find full technical requirements here.
  • Joomla! is free and Open Source software distributed under the GNU General Public License version 2 or later.

Looking for an installable package?

Joomla is not installable out of the box from this repository, please use:

How to get a working installation from the source

For detailed instructions please visit https://docs.joomla.org/Special:MyLanguage/J5.x:Setting_Up_Your_Local_Environment

You will need:

Steps to setup the local environment:

  • Clone the repository:
git clone https://github.com/joomla/joomla-cms.git
  • Go to the joomla-cms folder:
cd joomla-cms
  • Go to the 5.3-dev branch:
git checkout 5.3-dev
  • Install all the needed composer packages:
composer install
  • Install all the needed npm packages:
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.

Do you want to improve Joomla?

Copyright