https://github.com/joomla/update.joomla.org
Joomla CMS Update Channel
https://github.com/joomla/update.joomla.org
Last synced: about 1 year ago
JSON representation
Joomla CMS Update Channel
- Host: GitHub
- URL: https://github.com/joomla/update.joomla.org
- Owner: joomla
- Created: 2013-12-16T00:22:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T13:03:28.000Z (about 1 year ago)
- Last Synced: 2025-07-07T10:29:46.060Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.05 MB
- Stars: 16
- Watchers: 36
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joomla! Update Channel
This repository provides the source for the Joomla Core Update Server
which powers the [update.joomla.org](http://update.joomla.org) website.
## Testing
If you would like to test the Joomla Core Update Server,
you can serve the `www` folder (which contains the XML files) using a web server.
For example, you can use a one-liner with Docker to serve it on `localhost`, port 8080:
```
docker run --rm -p 8080:80 -v "$PWD/www:/usr/share/nginx/html:ro" nginx:alpine
```
Configure Joomla Update options in the Joomla Administrator backend.
If you're testing a new release candidate, use:
* Update Channel: Custom URL
* Minimum Stability: Release Candidate
* Custom URL: http://localhost:8080/core/test/list_test.xml
:point_right: Be aware this is only the first step.
You have to replace `https://update.joomla.org` with `http://localhost:8080` in all used XML files.
# More Information
For more details about the Joomla Core Update Server, refer to the Joomla documentation:
* [Release and support cycle](https://docs.joomla.org/Release_and_support_cycle)
* [Joomla: Manage_the_Joomla_Core_Update_Server](https://docs.joomla.org/Joomla:Manage_the_Joomla_Core_Update_Server)