How to develop for Drupal
Submitted by luke on Sun, 2010-04-18 06:19
A new developer often find setup issues starting Drupal development. I'm trying to make it easier for people.
Overview: (click read more)
- Install Mysql, Apache, PHP. Versions should be MySQL 5.x, Apache 2.x, and PHP 5.x. This is harder than it should be. One OK solution is to install XAMPP on Windows. MacPorts has a nice system to install everything one needs.
- Often, you will find issues with PHP modules not being installed. One should learn how to add PHP modules in Windows and Unix.
- MySQL connection issues through Apache will also be a configuration issue.
- Install Eclipse
- The base eclipse.
- Eclipse plugins. Add these sites to your eclipse update sites:
- You will have to install PHP Development Tools (PDT) SDK Feature 2.1.1.v20090707-1108-51584QACJCRCUeNRkNYbOJecWK9O (should be available from "All available sites"
- http://xtnd.us/downloads/eclipse
