← 返回到所有服务
GitHub 仓库信息
获取时间 · 2026年6月5日 ★ 5,090 最新版本: 6.1.1 最后更新: 2026年6月5日
README
Joomla! CMS™ ==================== Build Status ------------ | Actions | PHP | Node | npm | |-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------| | [](https://github.com/joomla/joomla-cms) | [](https://www.php.net/) | [](https://nodejs.org/en/) | [](https://nodejs.org/en/) | Overview --------------------- * This is the source of Joomla! 5.x. * Joomla's [Official website](https://www.joomla.org). * Joomla! 5.4 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_5.4_version_history). * Detailed changes are in the [changelog](https://github.com/joomla/joomla-cms/commits/5.4-dev). What is Joomla? --------------------- * [Joomla!](https://www.joomla.org/about-joomla.html) 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, MariaDB or PostgreSQL to run. You can find [full technical requirements here](https://downloads.joomla.org/technical-requirements). * 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: - For the latest stable package: https://downloads.joomla.org - For a nightly package: https://developer.joomla.org/nightly-builds.html 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: - PHP - basically the same as you need for running a Joomla Site, but you need the cli (command line interface) Version (see https://docs.joomla.org/Special:MyLanguage/Configuring_a_LAMPP_server_for_PHP_development) - Composer - for managing Joomla's PHP Dependencies. For help installing composer please read the documentation at https://getcomposer.org/doc/00-intro.md - Node.js - for compiling Joomla's Javascript and SASS files. For help installing Node.js please follow the instructions available on https://nodejs.org/en/ - Git - for version management. Download from here https://git-scm.com/downloads (MacOS users can also use Brew and Linux users can use the built-in package manager, eg apt, yum, etc). **Steps to setup the local environment:** - Clone the repository: ```bash git clone https://github.com/joomla/joomla-cms.git ``` - Go to the joomla-cms folder: ```bash cd joomla-cms ``` - Go to the 5.4-dev branch: ```bash git checkout 5.4-dev ``` - Install all the needed composer packages: ```bash composer install ``` - Install all the needed npm packages: ```bash 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? -------------------- * Where to [request a feature](https://issues.joomla.org)? * How do you [report a bug](https://docs.joomla.org/Special:MyLanguage/Filing_bugs_and_issues) on the [Issue Tracker](https://issues.joomla.org)? * How to [submit code](https://manual.joomla.org/docs/get-started/git/) to the Joomla CMS using a Pull Request? * Get Involved: Joomla! is community developed software. [Join the community](https://volunteers.joomla.org). * Documentation for [Developers](https://manual.joomla.org/). * Documentation for [Web designers](https://docs.joomla.org/Special:MyLanguage/Web_designers). * Provide a translation for Joomla: [Joomla Crowdin Project](https://joomla.crowdin.com/cms) Which branch should my Pull Request target? -------------------- Using a simple classification keeps the project **stable**, **transparent**, and **easy** for everyone to contribute. | Type of change | What it means | Target branch | |---|---|---| | **Bug / Patch release** | The change fixes an actual error. The software crashes, produces the wrong result, or behaves contrary to its specification. It can be resolved without large‑scale refactoring or new functionality. | **[5.4-dev](https://github.com/joomla/joomla-cms/tree/5.4-dev)** (6.1-dev) **\*** | | **Feature / Minor release** | Anything that isn’t a strict bug – new behavior, refactoring, performance improvements, enhancements, UI tweaks, etc. These changes are bundled together for the next minor version. | **[6.2-dev](https://github.com/joomla/joomla-cms/tree/6.2-dev)** | **\*** All bugs that already exist in version 5.4.x should be fixed in `5.4-dev`. Only bugs that are introduced for the first time in version 6.x should target the [`6.1-dev`](https://github.com/joomla/joomla-cms/tree/6.1-dev) branch. A member of the maintainer or bug squad team confirms the classification and sets the appropriate labels when a PR is opened. If a PR is opened in the wrong branch, a maintainer will simply ask you to retarget it to the proper branch. Copyright --------------------- * (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * Distributed under the GNU General Public License version 2 or later * See [License details](https://docs.joomla.org/Special:MyLanguage/Joomla_Licenses)
Joomla 是一个功能全面的开源内容管理系统,以其易用性和灵活性著称。它适合构建从个人博客到企业网站的各种类型的网站。
主要功能
- 内容管理:强大的文章和分类管理
- 用户管理:多级用户权限系统
- 模板系统:丰富的模板和扩展
- 多语言:内置多语言支持
- 媒体管理:集成的媒体管理器
- SEO 工具:内置 SEO 优化功能
- 扩展系统:丰富的组件、模块和插件
部署要求
- PHP 7.2.5 或更高版本
- MySQL 5.6 或更高版本
- Web 服务器(Apache/Nginx)
- 推荐配置:1核 CPU,2GB 内存
- 存储空间:根据网站规模,建议 5GB 以上