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

From Joomla! Documentation

(Creating more structured workstation setup. Way to improvement?)
 
Line 11: Line 11:
  
 
== Installing a web server ==
 
== Installing a web server ==
* XAMPP
+
* [http://www.apachefriends.org/en/xampp.html XAMPP]
 
** [[Configuring_a_XAMPP_server_for_joomla_development]]
 
** [[Configuring_a_XAMPP_server_for_joomla_development]]
 
** [[Xampp]]
 
** [[Xampp]]
* WAMP
 
* LAMP
 
 
**[[Configuring_a_LAMPP_server_for_PHP_development]]
 
**[[Configuring_a_LAMPP_server_for_PHP_development]]
* MAMP
+
* http://www.wampserver.com/en/ WAMP], [[wikipedia:LAMP_(software_bundle)|LAMP]], MAMP, ...
*...
 
 
== Installing an IDE / Editor==
 
== Installing an IDE / Editor==
*Eclipse
+
*[[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]]
Line 27: Line 24:
 
** [[Configuring Komodo Edit for Joomla Code Completion]]
 
** [[Configuring Komodo Edit for Joomla Code Completion]]
 
* NetBeans
 
* NetBeans
* UltraEdit
+
** [[NetBeans_overview]]
* ...
+
* UltraEdit, ...
 
== Installing a debugger ==
 
== Installing a debugger ==
 
* Xdebug on Eclipse
 
* Xdebug on Eclipse
* Zend Debugger on Eclipse
+
* Zend Debugger on Eclipse, ..
* ...
 
 
== 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.

Revision as of 11:34, 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 structurize all the wiki pages talking through one another. This is a more summarized, general and joomla oriented version of Setting_up_your_workstation_for_PHP_development

Installing a web server[edit]

Installing an IDE / Editor[edit]

Installing a debugger[edit]

  • Xdebug on Eclipse
  • Zend Debugger on Eclipse, ..

Installing a version control[edit]

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

  • SVN on Eclipse
  • Zend debugger on Eclipse
  • ...

Installing a build mechanism[edit]

  • Ant
  • Phing
  • ...

Related[edit]

Extension development using eclipse and phing