Difference between revisions of "Setting up your workstation for Joomla development"

From Joomla! Documentation

Line 7: Line 7:
  
 
== Introduction ==
 
== Introduction ==
This is a trial to better structurize all the wiki pages talking through one another.   
+
This is a trial to better structure all the wiki pages around developing on and with joomla.   
This is a more summarized, general and joomla oriented version of [[Setting up your workstation for PHP development]]
+
Such as:
 +
* [[Setting up your workstation for PHP development]].  A step-by-step guide to configure a PHP development environment.
 +
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! (itself) development.
 +
* [[Setting up your workstation for extension development]] A guide to Joomla Extension development
 +
* [http://community.joomla.org/blogs/community/828-webinar-using-eclipse-for-joomla-development.html Using Eclipse for Joomla! Development] Video webinar demonstrating overview of Eclipse features for Joomla! development
  
 
== Installing a web server ==
 
== Installing a web server ==
Line 15: Line 19:
 
** [[Xampp]]
 
** [[Xampp]]
 
**[[Configuring a LAMPP server for PHP development]]
 
**[[Configuring a LAMPP server for PHP development]]
* [http://www.wampserver.com/en/ WAMP], [[wikipedia:LAMP (software bundle)|LAMP]], MAMP, ...
+
* [http://www.wampserver.com/en/ WAMP], [[wikipedia:LAMP (software bundle)|LAMP]], [[wikipedia: MAMP ]], ...
  
 
* [[Edit PHP.INI File]]
 
* [[Edit PHP.INI File]]
  
== Installing an IDE / Editor==
+
== Installing an IDE / Editor (and debugging)==
 
*[[wikipedia:Eclipse (software)|Eclipse IDE]]
 
*[[wikipedia:Eclipse (software)|Eclipse IDE]]
 
** [[Configuring Eclipse for joomla development]]
 
** [[Configuring Eclipse for joomla development]]
 
** [[How to configure Eclipse IDE for PHP development]]
 
** [[How to configure Eclipse IDE for PHP development]]
 
** [[Configuring Eclipse IDE for PHP development]]
 
** [[Configuring Eclipse IDE for PHP development]]
* Komodo Edit
+
* [[wikipedia:ActiveState_Komodo|Komodo Edit]]
 
** [[Configuring Komodo Edit for Joomla Code Completion]]
 
** [[Configuring Komodo Edit for Joomla Code Completion]]
* NetBeans
+
* [[wikipedia:NetBeans|NetBeans]]
 
** [[NetBeans overview]]
 
** [[NetBeans overview]]
* UltraEdit, ...
+
* UltraEdit, Notepad++, ...
== Installing a debugger ==
+
=== Debugging specifics ===
* Xdebug on Eclipse
+
* [[Running Automated Tests for Version 1.6]] {{JVer|1.6}}
* Zend Debugger on Eclipse, ..
+
* [[How to debug your code]] ([[Do not use die to debug]]!)
 
== Installing a version control ==
 
== Installing a version control ==
 
If you like to contribute to the actual Joomla! code, SVN is what is used there.
 
If you like to contribute to the actual Joomla! code, SVN is what is used there.
* Subversion  
+
* [[wikipedia:Apache Subversion|SUbversion]]
 
** [[Installing Subverson on Eclipse for Joomla! development]]
 
** [[Installing Subverson on Eclipse for Joomla! development]]
* Zend debugger on Eclipse
+
* SVN
 +
**
 +
* [[Tortoise SVN]]
 
* ...
 
* ...
 
== Installing a build mechanism ==
 
== Installing a build mechanism ==
* Ant
+
* [[wikipedia:Apache_Ant|Ant]]
* Phing
+
**  [[Joomla Ant build files]]
 +
* [http://www.phing.info|Phing]
 
** [[Setting up your workstation for extension development (build with Phing)]]
 
** [[Setting up your workstation for extension development (build with Phing)]]
** [[Extension development using eclipse and phing]]
+
** [[Extension development using eclipse and phing]] This article explains one way in which you can set up your workstation for writing Joomla! extensions. It assumes that you are using Eclipse and that you are familiar with using Eclipse for working with Joomla! and Subversion. For more information about the basics of getting started with Eclipse for Joomla! development.
 
* ...
 
* ...
  
 
== Related ==
 
== Related ==
* [[Setting up your workstation for PHP development]]
 
 
* [[Installing Joomla locally]]
 
* [[Installing Joomla locally]]
 
* [[Setting up a testing environment]]
 
* [[Setting up a testing environment]]
* [[Setting up your workstation for Joomla! development]]
+
Help is appreciated making these pages less redundant!
* [[Setting up your workstation for extension development]]
 

Revision as of 12:33, 10 August 2012

Documentation all together tranparent small.png
Under Construction

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) 11 years ago. (Purge)

Quill icon.png
Page Actively Being Edited!

This article is actively undergoing a major edit for a short while.
As a courtesy, please do not edit this page while this message is displayed. The user who added this notice will be listed in the page history. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page. If this page has not been edited for several hours, please remove this template, or replace it with {{underconstruction}} or {{incomplete}}.

Under construction Note: 1. Gathering different resources and place in this structure. 2. Structure resources in 1 repeating structure 3. Make resources less redundant



Introduction[edit]

This is a trial to better structure all the wiki pages around developing on and with joomla. Such as:

Installing a web server[edit]

Installing an IDE / Editor (and debugging)[edit]

Debugging specifics[edit]

Installing a version control[edit]

If you like to contribute to the actual Joomla! code, SVN is what is used there.

Installing a build mechanism[edit]

Related[edit]

Help is appreciated making these pages less redundant!