Setting up your workstation for Joomla development: Difference between revisions
From Joomla! Documentation
translation strings added |
Marked this version for translation |
||
| Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
<translate>This is a trial to better structure all the wiki pages around developing on and with joomla.</translate> | <translate><!--T:1--> This is a trial to better structure all the wiki pages around developing on and with joomla.</translate> | ||
<translate>== Installing a web server ==</translate> | <translate>== Installing a web server == <!--T:2--></translate> | ||
<translate>Installing a typical web server environment is very easy with following [[wikipedia:List_of_AMP_packages|AMP-packages]] (Apache, MySQL, PHP).</translate> | <translate><!--T:3--> Installing a typical web server environment is very easy with following [[wikipedia:List_of_AMP_packages|AMP-packages]] (Apache, MySQL, PHP).</translate> | ||
* <translate>'''[http://www.apachefriends.org/en/xampp.html XAMPP] (Mutliple OS)'''</translate> | * <translate><!--T:4--> '''[http://www.apachefriends.org/en/xampp.html XAMPP] (Mutliple OS)'''</translate> | ||
** <translate>[[XAMPP]] (for Joomla 1.5 and 2.5 please view [[J2.5:XAMPP|XAMPP for Joomla 2.5]])</translate> | ** <translate><!--T:5--> [[XAMPP]] (for Joomla 1.5 and 2.5 please view [[J2.5:XAMPP|XAMPP for Joomla 2.5]])</translate> | ||
* <translate>'''[[wikipedia:LAMP (software bundle)|LAMP]]''' (Linux)</translate> | * <translate><!--T:6--> '''[[wikipedia:LAMP (software bundle)|LAMP]]''' (Linux)</translate> | ||
**<translate>[[Configuring a LAMPP server for PHP development]]</translate> | **<translate><!--T:7--> [[Configuring a LAMPP server for PHP development]]</translate> | ||
* <translate>'''[[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>'''[[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> | ||
<translate>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>[[Edit PHP.INI File for XDebug]]</translate> | * <translate><!--T:11--> [[Edit PHP.INI File for XDebug]]</translate> | ||
<translate>== Installing an IDE / Editor (and debugging)==</translate> | <translate>== Installing an IDE / Editor (and debugging)== <!--T:12--></translate> | ||
* <translate>[[wikipedia:Eclipse (software)|Eclipse IDE]]</translate> | * <translate><!--T:13--> [[wikipedia:Eclipse (software)|Eclipse IDE]]</translate> | ||
** <translate>[[Configuring Eclipse for joomla development]]</translate> | ** <translate><!--T:14--> [[Configuring Eclipse for joomla development]]</translate> | ||
** <translate>[[How to configure Eclipse IDE for PHP development]]</translate> | ** <translate><!--T:15--> [[How to configure Eclipse IDE for PHP development]]</translate> | ||
** <translate>[[Configuring Eclipse IDE for PHP development]]</translate> | ** <translate><!--T:16--> [[Configuring Eclipse IDE for PHP development]]</translate> | ||
** <translate>[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</translate> | ** <translate><!--T:17--> [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</translate> | ||
* <translate>[[wikipedia:ActiveState_Komodo|Komodo Edit]]</translate> | * <translate><!--T:18--> [[wikipedia:ActiveState_Komodo|Komodo Edit]]</translate> | ||
** <translate>[[Configuring Komodo Edit for Joomla Code Completion]]</translate> | ** <translate><!--T:19--> [[Configuring Komodo Edit for Joomla Code Completion]]</translate> | ||
* <translate>[[wikipedia:NetBeans|NetBeans]]</translate> | * <translate><!--T:20--> [[wikipedia:NetBeans|NetBeans]]</translate> | ||
** <translate>[[NetBeans overview]]</translate> | ** <translate><!--T:21--> [[NetBeans overview]]</translate> | ||
* <translate>UltraEdit, Notepad++, ...</translate> | * <translate><!--T:22--> UltraEdit, Notepad++, ...</translate> | ||
*<translate>Sublime Text 2 Editor</translate> | *<translate><!--T:23--> Sublime Text 2 Editor</translate> | ||
**<translate>[https://tutsplus.com/course/improve-workflow-in-sublime-text-2 Perfect Workflow in Sublime Text 2 tutorial]</translate> | **<translate><!--T:24--> [https://tutsplus.com/course/improve-workflow-in-sublime-text-2 Perfect Workflow in Sublime Text 2 tutorial]</translate> | ||
*<translate>PhpStorm IDE</translate> | *<translate><!--T:25--> PhpStorm IDE</translate> | ||
**<translate>[https://www.jetbrains.com/help/phpstorm/joomla-specific-coding-assistance.html Joomla! Development with PhpStorm] </translate> | **<translate><!--T:26--> [https://www.jetbrains.com/help/phpstorm/joomla-specific-coding-assistance.html Joomla! Development with PhpStorm] </translate> | ||
<translate>=== Debugging specifics ===</translate> | <translate>=== Debugging specifics === <!--T:27--></translate> | ||
* <translate>[[Running Automated Tests for the Joomla CMS]]</translate> | * <translate><!--T:28--> [[Running Automated Tests for the Joomla CMS]]</translate> | ||
* <translate>[[How to debug your code]]</translate> | * <translate><!--T:29--> [[How to debug your code]]</translate> | ||
<translate>== Using Git ==</translate> | <translate>== Using Git == <!--T:30--></translate> | ||
<translate>The CMS project uses the Git version control system and the CMS repository is stored on Github here: [https://github.com/joomla/joomla-cms 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.</translate> | <translate><!--T:31--> The CMS project uses the Git version control system and the CMS repository is stored on Github here: [https://github.com/joomla/joomla-cms 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.</translate> | ||
* <translate>For testing and tracking changes, please refer to [[Git for Testers and Trackers]].</translate> | * <translate><!--T:32--> For testing and tracking changes, please refer to [[Git for Testers and Trackers]].</translate> | ||
* <translate>For creating your first code change (called a Pull Request) please see [[Working with git and github/My first pull request]]</translate> | * <translate><!--T:33--> For creating your first code change (called a Pull Request) please see [[Working with git and github/My first pull request]]</translate> | ||
* <translate>For working with git, please see [[Git for Coders]].</translate> | * <translate><!--T:34--> For working with git, please see [[Git for Coders]].</translate> | ||
<translate>== Related ==</translate> | <translate>== Related == <!--T:35--></translate> | ||
* <translate>[[Setting up your workstation for PHP development]]</translate> | * <translate><!--T:36--> [[Setting up your workstation for PHP development]]</translate> | ||
* <translate>[[Joomla Issue shortcut]]</translate> | * <translate><!--T:37--> [[Joomla Issue shortcut]]</translate> | ||
* <translate>[[Browser Shortcut Issue Tracker]]</translate> | * <translate><!--T:38--> [[Browser Shortcut Issue Tracker]]</translate> | ||
* [[J4.x:Setting_Up_Your_Local_Environment|<translate>Setting up your local environment for Joomla 4]]</translate> | * [[J4.x:Setting_Up_Your_Local_Environment|<translate><!--T:39--> Setting up your local environment for Joomla 4]]</translate> | ||
<translate>Help is appreciated finding related pages and making these pages less redundant.</translate> | <translate><!--T:40--> Help is appreciated finding related pages and making these pages less redundant.</translate> | ||
[[Category:Development{{#translation:}}]] | [[Category:Development{{#translation:}}]] | ||
[[Category:Tutorials{{#translation:}}]] | [[Category:Tutorials{{#translation:}}]] | ||
Revision as of 23:26, 4 April 2020
This is a trial to better structure all the wiki pages around developing on and with joomla.
Installing a web server
Installing a typical web server environment is very easy with following AMP-packages (Apache, MySQL, PHP).
- XAMPP (Mutliple OS)
- XAMPP (for Joomla 1.5 and 2.5 please view XAMPP for Joomla 2.5)
- LAMP (Linux)
- WAMP (Windows),. A good choice for for a local server environment for windows is WampServer.
- MAMP (Macintosh / OS X) MAMP by living-e AG may be a good choice.
If you want use XDebug for debuggin, you'll need to tune php settings
Installing an IDE / Editor (and debugging)
- Eclipse IDE
- Configuring Eclipse for joomla development
- How to configure Eclipse IDE for PHP development
- Configuring Eclipse IDE for PHP development
- Using Eclipse for Joomla! Development Video webinar demonstrating overview of Eclipse features for Joomla! development
- Komodo Edit
- NetBeans
- UltraEdit, Notepad++, ...
- Sublime Text 2 Editor
- PhpStorm IDE
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.
- For testing and tracking changes, please refer to Git for Testers and Trackers.
- For creating your first code change (called a Pull Request) please see Working with git and github/My first pull request
- For working with git, please see Git for Coders.
Related
- Setting up your workstation for PHP development
- Joomla Issue shortcut
- Browser Shortcut Issue Tracker
- Setting up your local environment for Joomla 4
Help is appreciated finding related pages and making these pages less redundant.