Setting up your workstation for Joomla! development
Contents |
Introduction
This article provides detailed instructions for setting up your workstation for Joomla! development with Apache, PHP, xdebug, Subversion. Please refer to the following links for other development tools and environments: Setting up your workstation for joomla development
The article more specifically let's you contribute to the official SVN Joomla! code.
The examples used and screenshots are for Windows XP, but the basic steps are the same for Linux.
Install & configure XAMPP, php, Eclipse
- Configuring a XAMPP server for joomla development
- Edit PHP.INI File for XDebug
- Configuring Eclipse for joomla development
Check Out and modify Joomla! Source Code
Now we are going to create a new PHP project that will contain all of the source code files for Joomla!. We can import the source code and create our PHP project at the same time.
To do so, please see Working with git and github/My first pull request
Working With Patches
For testing and tracking changes, please refer to [[1]]
Extension Development
For Eclipse setup information related to Joomla! extension development, see Setting up your workstation for extension development.