Configurar a sua estação de trabalho para o desenvolvimento do Joomla!

From Joomla! Documentation

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

Esta página está centrada no desenvolvimento, e no Joomla. Se se encontrar "preso" depois de seguir um destes tutoriais, por favor, visite os nossos fóruns de instalação para obter mais informação.

Instalar um servidor da Web

Installing a typical web server environment is very easy with following AMP-packages (Apache, MySQL, PHP).

If you want use XDebug for debuggin, you'll need to tune php settings

Instalar um IDE / Editor (e depuração)

Específicos da depuração

Utilizar 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.

Relacionado

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