開始設定 Joomla 開發用的工作站

From Joomla! Documentation

This page is a translated version of the page Setting up your workstation for Joomla development and the translation is 93% complete.
Other languages:
Deutsch • ‎English • ‎español • ‎português • ‎中文(台灣)‎

This page is centered around developing on and with Joomla. If you find yourself stuck following any of these tutorials please visit our installation forums for more information.

安裝網站伺服器

跟著以下教學,安裝一個基礎的網站伺服器是很簡單的 AMP-packages (Apache, MySQL, PHP).

假使您使用 XDebug 來除錯,您會需要調校 php 設定

安裝 IDE / 編輯器 (以及除錯)

Debugging specifics

使用 Git

The CMS project uses the Git version control system and the CMS repository is stored on Github here: https://github.com/joomla/joomla-cms. Bugs are fixed in the master branch of this repository, and normally there are bug fixes and changes in the master branch that are more recent than the latest released Joomla version. For this reason, when we test and code bug fixes, we normally use the latest code from the master branch on Github, not the latest released version. Therefore, Bug Squad testers and coders need to understand how to use Git and the Github repository.

相關

Help is appreciated finding related pages and making these pages less redundant.