Optional prefixes: [g]oogle, [m]ap  
[w]ikipedia, [snopes]  

home » howto » install drupal6 from debian repositories

Install Drupal6 from Debian Repositories

Table of Contents

Introduction

This is a work-in-progress!


top

Steps to get working

$ sudo apt-get install mysql-server
$ sudo mysql

mysql> UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
mysql> FLUSH PRIVILEGES;

$ sudo apt-get install drupal6
$ sudo dpkg-reconfigure drupal6

Browse to: http://localhost/drupal6/install.php


Share

top