Skip navigation.

Posts tagged with "PHP"

Install phpMyAdmin on Debian Lenny

,

1. apt-get install phpmyadmin (make sure you have php and mysql installed)

2. change apache2 configuration according to /etc/phpmyadmin/apache.conf

3. /etc/init.d/apache2 restart

4. http://localhost/phpmyadmin

Install phpbb2 on Debian Lenny

,

1. apt-get install phpbb2 phpbb2-conf-mysql phpbb2-languages (make sure you have php and mysql installed)

2. change apache2 configuration according to /etc/phpbb2/apache.conf

3. /etc/init.d/apache2 restart

4. http://localhost/phpbb/admin/
log id: admin
password: admin

Install Drupal5 on Debian Lenny

, ,

1. apt-get install drupal5 (make sure you have php and mysql installed)

2. change apache2 configuration according to /etc/drupal/5/apache.conf

3. /etc/init.d/apache2 restart

4. http://localhost/drupal5/install.php