Skip to content

wilsonge/joomla-cms

This branch is 3273 commits behind joomla/joomla-cms:5.2-dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c88deee · Nov 5, 2022
Oct 25, 2022
Nov 5, 2022
Nov 5, 2022
Nov 1, 2022
Jun 19, 2011
Jun 27, 2022
Sep 5, 2022
Nov 22, 2020
Jun 27, 2022
Nov 2, 2022
Oct 28, 2022
Sep 5, 2022
Nov 5, 2022
Nov 2, 2022
Nov 5, 2022
Nov 2, 2022
Nov 5, 2022
Jun 19, 2011
Jun 27, 2022
Jun 27, 2022
Sep 6, 2022
Sep 2, 2022
Nov 1, 2021
Mar 4, 2020
Mar 1, 2015
Jul 5, 2022
Jan 23, 2022
Jan 23, 2022
Oct 12, 2019
Sep 2, 2022
Aug 17, 2022
Jun 18, 2022
Jun 27, 2022
Jul 3, 2022
Sep 22, 2022
Jul 11, 2019
Jul 11, 2019
Oct 22, 2022
Dec 15, 2020
Jul 5, 2022
May 31, 2020

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 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/J4.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 4.2-dev branch:
git checkout 4.2-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

About

Home of the Joomla! Content Management System

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.2%
  • JavaScript 5.2%
  • SCSS 1.2%
  • Vue 0.4%
  • HTML 0.4%
  • CSS 0.3%
  • Other 0.3%