29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
Home of the Joomla! Content Management System
Go to file
2020-01-01 09:59:32 +01:00
.github Joomla! 3.9.11 2019-09-01 01:25:04 +01:00
administrator [4.0] copy paste in docblock (#27392) 2019-12-31 12:18:20 +01:00
api bump php minimum to 7.2.5 (#27191) 2019-12-02 10:11:46 +01:00
build [4.0] Fix subform with double field name (#27342) 2020-01-01 09:59:32 +01:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli [4.0] namespace JText (#27364) 2019-12-29 07:53:08 -08:00
components [4.0] Remove unnecessary casts (#27249) 2019-12-13 10:05:49 +01:00
images [4.0] Cassiopeia Header/Banner Style (#18464) 2017-11-02 21:28:04 +00:00
includes [4.0] Implement the getName function in the ConsoleApplication class (#25376) 2019-07-02 23:58:21 +01:00
installation Replace inline styles with classes (joomla#27297) (#27298) 2019-12-23 12:21:18 +00:00
language remove deprecated strings (#27238) 2019-12-19 07:27:30 -08:00
layouts [4.0] Fix missing onchange events on switcher fields (#27355) 2019-12-30 12:40:25 +01:00
libraries Docblock: JMail to Mail (#27362) 2019-12-29 00:25:13 +01:00
modules [4.0] Remove deprecated code in Joomla\CMS\Menu\MenuItem (#26537) 2019-11-30 21:38:08 +00:00
plugins [4.0] namespace Jplugin (#27363) 2019-12-29 18:28:07 +01:00
templates [4.0] Cassiopeia - fixes fluid width option (#27301) 2019-12-23 12:24:36 +00:00
tests [4.0]housekeeping (#27264) 2019-12-20 15:37:12 -08:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml [4.0]housekeeping (#27264) 2019-12-20 15:37:12 -08:00
.drone.yml Don't allow failures on MySQL 8 2019-11-21 14:14:29 +00:00
.editorconfig init 2019-08-04 13:55:50 +02:00
.eslintignore [4.0] Switcher Field (#24463) 2019-05-04 18:41:42 +02:00
.eslintrc Disable no alert rule till we have a CE in place 2018-05-15 14:20:17 +02:00
.gitignore Update phar-stream-wrapper 2.1 (#23956) 2019-03-08 12:27:29 +01:00
.hound.yml 🐶 2018-02-21 18:22:13 +01:00
.php_cs.dist [4.0] Upgrade PHP CS Fixer to v2 (#18877) 2018-08-20 17:58:47 +02:00
build.js [4.0] Add gzip compressed files to the release packs (#23385) 2019-03-18 09:08:43 +00:00
build.xml [4.0] Codestyle fixes for new CMS codestyle Batch 8/16? (#25459) 2019-07-11 22:42:30 +01:00
CODE_OF_CONDUCT.md [4.0] website not web site (#25690) 2019-07-23 18:34:16 +01:00
codeception.yml [4.0] Systemtests add timeout option on acceptance.yml (#26559) 2019-10-12 22:01:13 +02:00
composer.json Remove composer change 2019-11-12 11:35:49 +00:00
composer.lock Update Joomla Browser again to latest version to fix system tests 2019-12-18 17:18:40 +00:00
crowdin.yml Update Crowdin configuration file 2019-11-24 13:54:52 -06:00
drone-package.json [4.0] Update deprecated license (#26251) 2019-09-10 11:46:31 +01:00
Gemfile Update scss lint 2018-09-16 04:30:29 +01:00
Gemfile.lock Update scss lint 2018-09-16 04:30:29 +01:00
htaccess.txt [4.0] htaccess.txt clarifications (#25737) 2019-08-10 16:27:01 +01:00
index.php bump php minimum to 7.2.5 (#27191) 2019-12-02 10:11:46 +01: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] Update Choices.js, fix placeholder for a select with multiple attribute (#27093) 2019-11-18 13:51:08 +00:00
package.json [4.0] Update Choices.js, fix placeholder for a select with multiple attribute (#27093) 2019-11-18 13:51:08 +00: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 [4.0] Add an Integration test suite stub (#25118) 2019-07-11 23:48:37 +01:00
README.md Minor changes on README.md & README.txt (#26857) 2019-11-24 17:28:00 +00:00
README.txt Minor changes on README.md & README.txt (#26857) 2019-11-24 17:28:00 +00:00
robots.txt.dist Update robots.txt.dist (#23916) 2019-02-16 12:05:05 +01:00
scss-lint.yml Including all folders with SCSS files, removing exclusions (#25645) 2019-07-24 14:11:13 +01:00
web.config.txt Prepare 3.9.3 release 2019-02-11 18:46:59 +01:00

Joomla! CMS™ Analytics Reviewed by Hound

Build Status

Drone-CI AppVeyor
Build Status Build status

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 install

Do you want to improve Joomla?

  • Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
  • Distributed under the GNU General Public License version 2 or later
  • See License details