Sunday, March 10, 2013

Installing Drupal

unzip the drupal.zip file to the directory

/XAAMP/htdocs/drupal

This will be your root directory. From this point onwards in this documentation all paths will start from this root directory. 

copy the file 

./sites/default/default.settings.php 

to 

./sites/default/settings.php 

Make sure that in your drupal directory the file ...

./sites/default/settings.php 

... is unlocked and all three levels of privileges are set to "Read & Write". 

Then create a new folder...

./sites/default/files

... unlocked and with "Read & Write" privileges.


Open a browser and go to the url

localhost/drupal

This worked fine on my Windows PC, but I had some trouble on the Mac and had to unplug my ethernet cable for it to work.

select 'Standard Installation' then 'Save and Continue'

select 'English' then 'Save and Continue'

Database Configuration:

Enter the information here that you used when you created your MySQL Database using phpMyAdmin. If your not sure log into phpMyAdmin and check. 

for this exercise use the following info:

Database type = MySQL
Database name = drupal
Database user = drupal
Database Password = password

Notice that under 'Advanced Options' the Database host is set to 'localhost' by default. 

'Save and Continue'

Configure site:

Pretty straight forward just enter the name for you site email address username, password and country.
'Save and Continue'

No comments:

Post a Comment