Setting up your workstation for Joomla! development
(→Install & configure XAMPP, php, Eclipse) |
|||
| Line 16: | Line 16: | ||
# [[Edit PHP.INI File]] | # [[Edit PHP.INI File]] | ||
# [[Configuring Eclipse for joomla development]] | # [[Configuring Eclipse for joomla development]] | ||
| − | + | # [[Installing Subverson on Eclipse for Joomla! development]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | [[ | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | Eclipse | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== Setting up your workstation for Joomla! development -- Part 2 == | == Setting up your workstation for Joomla! development -- Part 2 == | ||
Revision as of 12:03, 10 August 2012
| This article or section is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well. If this article or section has not been edited in several days, please remove this template. This article was last edited by E-builds (talk| contribs) 9 months ago. (Purge) |
Contents |
Introduction
This article provides detailed instructions for setting up your workstation for Joomla! development. Note that there are many possible configurations for doing Joomla! development. Any environment that supports Apache, MySql, PHP, and Subversion should work for writing Joomla! code and extensions.
This document provides step-by-step instructions for setting up and working with Apache, PHP, xdebug, Subversion. This instruction uses Eclipse IDE from chapter 4 and onwards. Please refer to the following links for other development tools:
The example 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
- Configuring Eclipse for joomla development
- Installing Subverson on Eclipse for Joomla! development
Setting up your workstation for Joomla! development -- Part 2
This article is continued here: Setting up your workstation for Joomla! development -- Part 2. This includes checking out the Joomla! source code, debugging Joomla! from Eclipse, creating patch files, and Eclipse tips and tricks.