Chapter1 :installing Drupal
Chapter1 :installing Drupal
by:
http://www.alifazman.com
http://scribd.com/alifazman
In my documentation, I use Apache web server and MySQL database for running drupal.In this version
of documentation, drupal version 6.16 are being used.
Requirement :
Installation:
3. Now, paste it on your webserver public file. It could be htdocs if you running xampp.Or it
could be on directory /var/www/html/.
4. Rename it to more easier name that you can remember.So, it would be example “mysite”.After
your pointing to your browser it will be http://localhost/mysite an installation page like this
should appear :
To solve it, simply make a copy the file of “default.settings.php” in folder /sites/default , then rename
it to “settings.php” inside the same folder. If there is an error permission stated, simple isssue this
command (for linux/Unix user only)
• chmod o+w sites/default/settings.php
• chmod o+w sites/default/
by issuing this command, you will give other than owner ability to write to the settings.php file.
Remember to write-protect it back after finish of installation.
5. Then a page look like this should appear for configuring your drupal database settings. One
thing to be remember, your database MUST exist before this installation. You should create a
database for your drupal installation. In this documentation, I created a database called
“drupal_test”. Click on save and continu to proceed.
6. After clicking on Save and Continue button, a basic site configuration will appear for setting up
your basic info of your future website such as sitename, administrator username, password and
etc.
Notes : In this documentation I disable email function.That's why it mention “unable to send e-mail”
error. In your installation it should be okay.I used this on my local machine.It's okay to leave
the error.