joomla-cms

Home of the Joomla! Content Management System

Stars
4.61K
Forks
3.67K
Open issues
1.07K
Closed issues
14.7K
Last release
5 months ago
Last commit
5 months ago
Watchers
4.61K
Total releases
352
Total commits
50.5K
Open PRs
221
Closed PRs
16.7K
Repo URL
Platform
License
gpl-2.0
Category
Usecase
CMS
Offers premium version?
NO
Proprietary?
NO
About

Joomla! CMS™ The Joomla! 5.0 branch is under heavy development and not all links in this document are available yet Build Status

Drone-CI AppVeyor PHP Node 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/J5.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 5.0-dev branch:

git checkout 5.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?

Copyright

Alternative Projects

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.