29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00
Home of the Joomla! Content Management System
Go to file
2021-05-02 23:53:05 +01:00
.github Merge commit '30d26a1' into 4.0-dev 2021-05-02 23:53:05 +01:00
administrator Merge commit '30d26a1' into 4.0-dev 2021-05-02 23:53:05 +01:00
api [4.0] Updating all views to use H1 for Component Title when Menu Title is hidden (#32525) 2021-04-17 17:19:07 +02:00
build JS codestyle (#33484) 2021-05-02 20:05:39 +02:00
cache
cli
components [4.0] [UX] Use number field for num_columns in blog and featured layout (#33482) 2021-05-02 21:52:04 +02:00
images
includes
installation [4.0] Remove display widths for integer data types from SQL scripts for MySQL and MariaDB databases (#32608) 2021-05-02 23:16:29 +01:00
language [4.0] Language switcher: improving display of dropdown with flags (#33082) 2021-05-01 00:01:11 +02:00
layouts Remove cellspacing and cellpadding (#33486) 2021-05-02 21:22:28 +02:00
libraries [4] redo the logic behind Empty State Queries. (#33471) 2021-05-02 21:30:43 +02:00
modules [4.0] Language switcher: improving display of dropdown with flags (#33082) 2021-05-01 00:01:11 +02:00
plugins Merge commit '30d26a1' into 4.0-dev 2021-05-02 23:53:05 +01:00
templates [4] remove space in output html class list (#33456) 2021-05-02 21:48:48 +02:00
tests [4.0] Remove display widths for integer data types from SQL scripts for MySQL and MariaDB databases (#32608) 2021-05-02 23:16:29 +01:00
tmp
.appveyor.yml
.drone.yml
.editorconfig
.gitignore Ignoring the project configuration for the NetBeans (#32712) 2021-03-22 08:56:37 +01:00
.php_cs.dist
build.xml
CODE_OF_CONDUCT.md
codeception.yml
composer.json New fatal error page (#30056) 2021-04-23 08:34:06 +01:00
composer.lock New fatal error page (#30056) 2021-04-23 08:34:06 +01:00
crowdin.yml
htaccess.txt [4] ERR_CONTENT_DECODING_FAILED help (#33097) 2021-04-14 10:20:26 +02:00
index.php
LICENSE.txt
package-lock.json [4.0] highlight js (#33089) 2021-04-19 08:30:11 +02:00
package.json [4.0] highlight js (#33089) 2021-04-19 08:30:11 +02:00
phpunit-pgsql.xml.dist
phpunit.xml.dist
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
web.config.txt

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?