Setting up your workstation for Joomla! development
(replacing SVN with GIT/github) |
m (Since no screenshots are in this article now, removed comments regarding those screenshots) |
||
| Line 5: | Line 5: | ||
The article more specifically let's you contribute to the official Joomla! Github code repository. | The article more specifically let's you contribute to the official Joomla! Github code repository. | ||
| − | |||
| − | |||
== Install & configure XAMPP, php, Eclipse == | == Install & configure XAMPP, php, Eclipse == | ||
Revision as of 15:54, 16 September 2012
Contents |
Introduction
This article provides detailed instructions for setting up your workstation for Joomla! development with Apache, PHP, xdebug, Git. 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 Joomla! Github code repository.
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 Git for Testers and Trackers
Extension Development
For Eclipse setup information related to Joomla! extension development, see Setting up your workstation for extension development.