29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-30 17:13:41 +00:00
Home of the Joomla! Content Management System
Go to file
2021-05-10 15:14:35 +02:00
.github [4.0] Remove com_csp and move the CSP configuration to the HttpHeaders plugin (#33550) 2021-05-07 09:05:31 +02:00
administrator Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev 2021-05-10 15:14:35 +02:00
api Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev 2021-05-10 15:14:35 +02:00
build [4.0] media action resize (#33732) 2021-05-10 14:31:28 +02:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli [4.0][CLI] check install (#31938) 2021-01-13 19:02:24 +01:00
components [4.0] Remove _FRONTEND_LANGUAGE_DESC on the registration page (#33666) 2021-05-09 14:26:03 +02:00
images [blog sample data] New attempt with different images. (#248) 2020-11-22 16:29:03 +01:00
includes Merge commit '54c394d' into 4.0-dev 2021-05-03 00:43:44 +01:00
installation [4.0] privacy data export email (#33613) 2021-05-07 08:25:38 -07:00
language [4.0] Mail templates - Fix Paragraph and Remove Whitespace (#33686) 2021-05-09 12:50:43 +02:00
layouts [4.0] Fixed double click error (#33708) 2021-05-09 20:35:41 +02:00
libraries Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev 2021-05-10 15:14:35 +02:00
modules Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev 2021-05-10 15:14:35 +02:00
plugins Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev 2021-05-10 15:14:35 +02:00
templates [4.0] Add toolbar.scss in Cassiopeia (#33403) 2021-05-09 19:37:50 +02:00
tests [4][Tests] Tests without the need of jQuery (#32806) 2021-05-06 09:43:43 +02:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml [4.0] Update download URL of composer 1 for appveyor (#33507) 2021-05-03 17:06:17 +02:00
.drone.yml Update drone key 2020-12-07 14:50:03 +01:00
.editorconfig Merge branch '3.10-dev' into 4.0-dev 2021-01-07 01:44:02 +00:00
.gitignore Ignoring the project configuration for the NetBeans (#32712) 2021-03-22 08:56:37 +01:00
.php_cs.dist [4.0] Namespace JHtml (#28581) 2020-04-11 10:12:48 +01:00
build.xml [4.0] Namespace JHtml (#28581) 2020-04-11 10:12:48 +01:00
CODE_OF_CONDUCT.md Joomla! 3.9.14 2020-03-04 18:50:06 +00:00
codeception.yml [4.0] Systemtests add timeout option on acceptance.yml (#26559) 2019-10-12 22:01:13 +02:00
composer.json [4.0] Admin UI repaint (#33100) 2021-05-06 10:41:55 +02:00
composer.lock [4.0] Admin UI repaint (#33100) 2021-05-06 10:41:55 +02:00
crowdin.yml Generic INI filetype doesn't work due to missing plural detection (#29118) 2020-05-16 09:35:40 +01:00
htaccess.txt [4] ERR_CONTENT_DECODING_FAILED help (#33097) 2021-04-14 10:20:26 +02:00
index.php Improvements to fatal error page generation (#31743) 2021-02-25 16:32:37 +00: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 [4.0] Bootstrap 5.0 plus more (#33576) 2021-05-06 13:04:30 +01:00
package.json [4.0] Bootstrap 5.0 plus more (#33576) 2021-05-06 13:04:30 +01:00
phpunit-pgsql.xml.dist [4.0] Add an Integration test suite stub (#25118) 2019-07-11 23:48:37 +01:00
phpunit.xml.dist Switching from Travis to Drone 2020-08-30 21:32:00 +02:00
README.md Merge commit '30d26a1' into 4.0-dev 2021-05-02 23:53:05 +01:00
README.txt Merge commit '30d26a1' into 4.0-dev 2021-05-02 23:53:05 +01:00
robots.txt.dist Merge branch '3.10-dev' into 4.0-dev 2020-12-15 18:17:51 +00:00
web.config.txt Fix API application routing (#29303) 2020-05-31 20:22:31 +01:00

Joomla! CMS™ Analytics

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/J4.x:Setting_Up_Your_Local_Environment

You will need:

Steps to setup the local environment:

  • Clone the repository:
git clone git@github.com:joomla/joomla-cms.git
  • Go to the joomla-cms folder:
cd joomla-cms
  • Go to the 4.0-dev branch:
git checkout 4.0-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?