Setting up your workstation for Joomla development: Difference between revisions

From Joomla! Documentation

Wilsonge (talk | contribs)
Link to forum
Wilsonge (talk | contribs)
Fix translation
Line 1: Line 1:
<noinclude><languages /></noinclude>  
<noinclude><languages /></noinclude>  
<translate><!--T:1--> This page is centered around developing on and with joomla. If you find yourself stuck following any of these tutorials please visit [[jforum:429|our installation forums]] for more information.
<translate><!--T:1--> This page is centered around developing on and with joomla. If you find yourself stuck following any of these tutorials please visit [[jforum:429|our installation forums]] for more information.</translate>   
</translate>   


<translate>== Installing a web server == <!--T:2--></translate>
<translate>== Installing a web server == <!--T:2--></translate>
Line 11: Line 10:
* <translate><!--T:8--> '''[[wikipedia:WAMP|WAMP]] (Windows)''',.  A good choice for for a local server environment for windows is [http://www.wampserver.com/en/ WampServer].</translate>  
* <translate><!--T:8--> '''[[wikipedia:WAMP|WAMP]] (Windows)''',.  A good choice for for a local server environment for windows is [http://www.wampserver.com/en/ WampServer].</translate>  
* <translate><!--T:9--> '''[[wikipedia: MAMP|MAMP]] (Macintosh / OS X)''' [http://www.mamp.info/en/download.html MAMP by living-e AG]  may be a good choice.</translate>
* <translate><!--T:9--> '''[[wikipedia: MAMP|MAMP]] (Macintosh / OS X)''' [http://www.mamp.info/en/download.html MAMP by living-e AG]  may be a good choice.</translate>
* [https://bitnami.com/stack/joomla Bitnami] also offer a Joomla stack that you can install locally or on a remote server
* <translate>[https://bitnami.com/stack/joomla Bitnami] also offer a Joomla stack that you can install locally or on a remote server</translate>
<translate><!--T:10--> If you want use XDebug for debuggin, you'll need to tune php settings</translate>
<translate><!--T:10--> If you want use XDebug for debuggin, you'll need to tune php settings</translate>
* <translate><!--T:11--> [[Edit PHP.INI File for XDebug]]</translate>
* <translate><!--T:11--> [[Edit PHP.INI File for XDebug]]</translate>

Revision as of 14:27, 6 April 2020

This page is centered around developing on and with joomla. If you find yourself stuck following any of these tutorials please visit our installation forums for more information.

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

Using Git

The CMS project uses the Git version control system and the CMS repository is stored on Github here: https://github.com/joomla/joomla-cms. Bugs are fixed in the master branch of this repository, and normally there are bug fixes and changes in the master branch that are more recent than the latest released Joomla version. For this reason, when we test and code bug fixes, we normally use the latest code from the master branch on Github, not the latest released version. Therefore, Bug Squad testers and coders need to understand how to use Git and the Github repository.

Related

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