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
2019-06-18 23:37:42 +01:00
.github 3.9.1 2019-05-05 11:41:07 +01:00
administrator [4.0] Extension Update Sources (#25236) 2019-06-17 18:47:28 +02:00
api [4.0] Increase php minimum (#25252) 2019-06-17 15:25:08 +01:00
build 3.9.4 2019-06-16 01:36:30 +01:00
cache [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
cli [4.0] Increase php minimum (#25252) 2019-06-17 15:25:08 +01:00
components 3.9.4 2019-06-16 01:36:30 +01:00
images [4.0] Cassiopeia Header/Banner Style (#18464) 2017-11-02 21:28:04 +00:00
includes [4.0] Comments typo (#25091) 2019-06-04 20:48:52 +02:00
installation [4.0] Increase php minimum (#25252) 2019-06-17 15:25:08 +01:00
language [4.0][mod_tags_similar] Always render module layout (#24879) 2019-06-08 00:33:25 +01:00
layouts 3.9.4 2019-06-16 01:36:30 +01:00
libraries [4.0] Make sure the function matches the parent return type (#25261) 2019-06-18 19:37:02 +01:00
modules 3.9.4 2019-06-16 01:36:30 +01:00
plugins [4.0] Increase php minimum (#25252) 2019-06-17 15:25:08 +01:00
templates Removing broken CSS rule (#25256) 2019-06-17 23:46:03 +01:00
tests Adding Postgres to system tests (#24949) 2019-05-20 09:14:27 +02:00
tmp [#23165] Make index.html's valid 2011-06-19 13:39:37 +00:00
.appveyor.yml Fix wincache download on php 7.2 2019-06-11 11:45:57 +01:00
.drone.yml Don't require some steps of drone ci (#25136) 2019-06-07 16:35:09 +02:00
.editorconfig Add .editorconfig to this repository (#21686) 2018-08-18 10:26:50 -05: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] Using language specific tokeniser and stemmer for com_finder (#20391) 2018-06-20 11:58:57 +01:00
CODE_OF_CONDUCT.md CoC Fix the english (#21386) 2018-08-03 07:22:43 -05:00
codeception.yml [4.0] Moving System & API Tests to main repo (#24808) 2019-05-11 18:56:38 +02:00
composer.json Use Symfony 4 components 2019-06-18 23:37:42 +01:00
composer.lock Use Symfony 4 components 2019-06-18 23:37:42 +01:00
crowdin.yml 3.9.1 2019-05-05 11:41:07 +01:00
drone-package.json You shall pass (#21268) 2018-07-27 13:55:37 +02: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 Merge tag '3.9.3' into 4.0-dev 2019-06-15 22:38:10 +01:00
index.php [4.0] Increase php minimum (#25252) 2019-06-17 15:25:08 +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] Moving System & API Tests to main repo (#24808) 2019-05-11 18:56:38 +02:00
package.json [4.0] Fix compatibility with node 12 (#24812) 2019-05-06 17:50:59 +02:00
phpunit.xml.dist Feature/unit tests (#23986) 2019-03-10 15:20:06 +01:00
README.md Use the right branch for AppVeyor badge (#25241) 2019-06-17 00:08:03 +02:00
README.txt Tag Joomla 4 Alpha 7 2019-03-09 10:20:38 +00:00
RoboFile.php [4.0] Moving System & API Tests to main repo (#24808) 2019-05-11 18:56:38 +02:00
robots.txt.dist Update robots.txt.dist (#23916) 2019-02-16 12:05:05 +01:00
scss-lint.yml Ignore the media manager node modules css 2018-09-16 04:39:27 +01:00
SECURITY.md Add a security policy (#20163) 2018-04-18 12:42:39 +02: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

What is this?

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.
  • Special Thanks
  • Distributed under the GNU General Public License version 2 or later
  • See License details