Setting up your workstation for Joomla development: Difference between revisions
From Joomla! Documentation
Remove deleted page |
|||
| Line 37: | Line 37: | ||
== Installing a version control == | == Installing a version control == | ||
* [[Working with git and github/My first pull request]] - The way of the current Joomla! code base. | * [[Working with git and github/My first pull request]] - The way of the current Joomla! code base. | ||
== Related == | == Related == | ||
Revision as of 20:50, 18 August 2018
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:
- Setting up your workstation for Joomla! development. A complete step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.
Installing a web server
Installing a typical web server environment is very easy with following AMP-packages (Apache, MySQL, PHP).
- XAMPP (Mutliple OS)
- 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
Installing a version control
- Working with git and github/My first pull request - The way of the current Joomla! code base.
Related
Help is appreciated finding related pages and making these pages less redundant.