29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +00:00
Home of the Joomla! Content Management System
Go to file
2023-01-25 23:58:00 +01:00
.github Update github actions in workflows (#39066) 2022-10-25 09:34:52 +01:00
.phan [4.3] Adding phan static code analyser (#39002) 2022-10-21 12:19:30 +02:00
administrator Revert to dev 2023-01-22 14:05:09 -05:00
api Joomla! 4.3.0 Alpha 3 2023-01-21 10:33:27 -05:00
build Merge branch '4.2-dev' into upmerge-2023-01-20 2023-01-20 20:32:33 -05:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +02:00
components Joomla! 4.3.0 Alpha 3 2023-01-21 10:33:27 -05:00
images [blog sample data] New attempt with different images. (#248) 2020-11-22 16:29:03 +01:00
includes Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +02:00
installation Joomla! 4.3.0 Alpha 3 2023-01-21 10:33:27 -05:00
language Add workflow strings (#39680) 2023-01-25 14:04:23 -05:00
layouts Merge branch '4.2-dev' into upmerge-2023-01-20 2023-01-20 20:32:33 -05:00
libraries Revert to dev 2023-01-22 14:05:09 -05:00
modules Joomla! 4.3.0 Alpha 3 2023-01-21 10:33:27 -05:00
plugins Converts codemirror to service providers (#39638) 2023-01-25 14:59:42 -05:00
templates Merge branch '4.2-dev' into upmerge-2023-01-13 2023-01-13 17:01:39 -05:00
tests Joomla! 4.3.0 Alpha 3 2023-01-21 10:33:27 -05:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml Add ldap tests (#38593) 2022-09-15 16:06:40 +02:00
.drone.yml Update .drone.yml 2023-01-08 16:11:37 -05:00
.editorconfig Use 4.2-dev in core translation workflow (#38698) 2022-09-06 10:59:03 +01:00
.gitignore Merge branch '4.2-dev' into upmerge-2022-09-03 2022-09-03 22:02:12 -04:00
.php-cs-fixer.dist.php Fixing php-cs-fixer configuration (#39713) 2023-01-25 23:58:00 +01:00
build.xml update branch and set the correct version number for 4.3.0-dev 2022-07-26 17:37:49 +02:00
CODE_OF_CONDUCT.md Joomla! 3.9.14 2020-03-04 18:50:06 +00:00
codeception.yml Switching Codeception error output to cypress output folder (#38712) 2022-09-07 11:35:58 +02:00
composer.json Merge branch '4.2-dev' into upmerge-2023-01-20 2023-01-20 20:32:33 -05:00
composer.lock updated composer 2023-01-20 22:06:46 -05:00
cypress.config.js Reorder cypress tests 2022-09-11 15:26:26 +02:00
htaccess.txt [4.x] htaccess gzip info (#38084) 2022-06-18 11:43:05 +02:00
index.php Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +02:00
LICENSE.txt Revert the license text to the original GPL text as distributed by the FSF 2015-03-01 10:49:27 +00:00
package-lock.json Merge branch '4.2-dev' into upmerge-2023-01-20 2023-01-20 20:32:33 -05:00
package.json Merge branch '4.2-dev' into upmerge-2023-01-20 2023-01-20 20:32:33 -05:00
phpunit-pgsql.xml.dist [4.3] Activate all unit tests as default (#38421) 2022-08-25 11:34:08 -04:00
phpunit.xml.dist [4.3] Activate all unit tests as default (#38421) 2022-08-25 11:34:08 -04:00
README.md update branch and set the correct version number for 4.3.0-dev 2022-07-26 17:37:49 +02:00
README.txt update branch and set the correct version number for 4.3.0-dev 2022-07-26 17:37:49 +02:00
renovate.json Renovatebot: Only do security updates on 4.2-dev (#39025) 2022-10-22 15:31:10 +02:00
robots.txt.dist Merge branch '3.10-dev' into 4.0-dev 2020-12-15 18:17:51 +00:00
ruleset.xml [4.3] Add a CLI installation for Joomla (#38325) 2022-10-21 16:26:07 +02:00
web.config.txt Fix API application routing (#29303) 2020-05-31 20:22:31 +01:00

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?