- Download the latest version of drupal here: http://drupal.org/project/drupal
- Extract this file into folder: /var/www/
- Rename drupal folder: example: Rename 'drupal-7.14' to 'mySite'
- Go to: mySite/sites/default . Copy 'default.settings.php' file and rename it to 'settings.php'.
- Create an folder called 'files' under: mySite/sites/default/ .
- Set permission for 'default' folder:
sudo chmod 777 -R /var/www/mySite/sites/default/
- Go to : localhost/phpmyadmin and create a database. example: create a database called 'mySite'.
- Go to : localhost/mySite . It will redirect you to installation page of drupal.
- Click on 'Save and continue' button until you redirect to 'Database configuration' page.
- Enter you database name, database account and database password. Like this:
Database name: mySite
Database account: root
Database password: ****** - After complete the step above, you will redirected to 'Configure site' page. At the page, Enter you site information and then click 'Save and continue'.
- Remove write permission on 'settings.php' file.
sudo chmod a-w /var/www/mySite/sites/default/settings.php
- At 'drupal installation complete' page, you click on 'Visit your new site'.
- Congratulation, I have installed Drupal success. Let's try to make some great things on your site.
Saturday, 19 May 2012
Drupal: Installing Drupal on Ubuntu
Labels:
Drupal
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment