Setting up your workstation for Joomla development: Difference between revisions

From Joomla! Documentation

No edit summary
Wilsonge (talk | contribs)
I deleted all these pages
Line 45: Line 45:
* [[Tortoise SVN|Installing and using Tortoise SVN]]
* [[Tortoise SVN|Installing and using Tortoise SVN]]
* [http://developer.joomla.org/gsoc2008/16-overall-project/99-joomlacode-svn-with-easyeclipse.html Video tutorial (Nur Aini Rakhmawati)] on using JoomlaCode SVN with [http://www.easyeclipse.org/site/distributions/php.html EasyEclipse] (Linux, OS X and Windows).
* [http://developer.joomla.org/gsoc2008/16-overall-project/99-joomlacode-svn-with-easyeclipse.html Video tutorial (Nur Aini Rakhmawati)] on using JoomlaCode SVN with [http://www.easyeclipse.org/site/distributions/php.html EasyEclipse] (Linux, OS X and Windows).
== Installing a build mechanism ==
* [[wikipedia:Apache_Ant|Ant]]
**  [[Joomla Ant build files]]
* [http://www.phing.info Phing] It's possible that Phing can use al ant files (needs confirmation though)
** [[Setting up your workstation for extension development (build with 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 ==

Revision as of 20:46, 18 August 2018

Merge Notice

It has been suggested that this article or section be merged with Setting up your workstation for Joomla! development. (Discuss). Proposed since 15 Sep 2013.

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

Installing a web server

Installing a typical web server environment is very easy with following AMP-packages (Apache, MySQL, PHP).

If you want use XDebug for debuggin, you'll need to tune php settings

Installing an IDE / Editor (and debugging)

Debugging specifics

Installing a version control

SVN (Subversion) will allow you to keep your Joomla! code up to date with the latest changes, to test patches and to participate in bug squashing.

Details on how to work with the JoomlaCode repository are located on the Joomla! Developers site.

Related

Help is appreciated finding related pages and making these pages less redundant.