Drupal 6 Debian 5
How to install Drupal 6 on Debian 5
-
Install PECL uploadprogress library.
pecl install uploadprogress
How to configure PECL uploadprogress library on Debian 5
-
Create the /etc/php5/conf.d/uploadprogress.ini PHP configuration file with the following text:
; Enable uploadprogress extension module
extension=uploadprogress.so
-
Restart the Apache Server
/etc/init.d/apache2 restart
How to configure Eclipse PDT 2.2 for Drupal 6
-
Open Eclipse PDT
-
Select the Window > Preferences menu option
-
Add Drupal PHP Content Types
-
Select the General > Content Types left column option
-
Select the Text > PHP Content Type option
-
Add the following file associations below
*.engine
*.theme
*.install
*.module
-
Modify space/tab settings
-
Select the PHP > Code Style > Formatter left column option
-
Set the following options
Tab policy: Spaces
Indentation size: 2
-
Click the OK button