How can I start Drupal after it's installed?

Asked by Doka

After install (sudo apt-get install drupal6) has been finished, what should I do to start with Drupal?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu drupal6 Edit question
Assignee:
No assignee Edit question
Solved by:
Doka
Solved:
Last query:
Last reply:
Revision history for this message
Doka (doka-wepoca) said :
#1

As long as the bug https://bugs.launchpad.net/ubuntu/+source/drupal6/+bug/371187 is open, you need these steps before you can start Drupal:
1. enable an Apache module:
"sudo a2enmod rewrite"

Revision history for this message
Doka (doka-wepoca) said :
#2

As long as the bug https://bugs.launchpad.net/ubuntu/+source/drupal6/+bug/371187 is open, you need to do these steps before you can start Drupal:

1. enable an Apache module and restart Apache:
"sudo a2enmod rewrite"
"sudo /etc/init.d/apache2 restart"

2. change the line 97 in /etc/drupal/6/htaccess from this one:
# RewriteBase /drupal
to this:
RewriteBase /drupal6

3. open your browser and start the install process of Drupal:
http://your-ip-address/drupal6/install.php