Setting up your workstation for Joomla development: Difference between revisions

From Joomla! Documentation

MATsxm (talk | contribs)
No edit summary
No edit summary
Line 29: Line 29:
*Sublime Text 2 Editor
*Sublime Text 2 Editor
**[https://tutsplus.com/course/improve-workflow-in-sublime-text-2 Perfect Workflow in Sublime Text 2 tutorial]
**[https://tutsplus.com/course/improve-workflow-in-sublime-text-2 Perfect Workflow in Sublime Text 2 tutorial]
*PhpStorm IDE
=== Debugging specifics ===
=== Debugging specifics ===
* [[Running Automated Tests for the Joomla CMS]]
* [[Running Automated Tests for the Joomla CMS]]

Revision as of 17:12, 17 October 2016

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.

Installing a build mechanism

Related

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