Difference between revisions of "Installing Drupal"
| Line 1: | Line 1: | ||
*'''Step 1''' (Download Installer Files) | *'''Step 1''' (Download Installer Files) | ||
| + | Download the latest version of Drupal from the following link - [http://drupal.org/project/drupal Drupal Download] and upload the files to the server using the FTP method that you prefer. | ||
| + | |||
[[File:drupalinstallimg1.PNG|thumb|600px|center]] | [[File:drupalinstallimg1.PNG|thumb|600px|center]] | ||
| − | + | *'''Step 2''' (Installation Profile) | |
| + | Once the files have been uploaded, you now ready to run the installer. You will then be asked which Installation profile to choose, select Standard, which already comes with some pre-configured features and click on '''Save and Continue'''. | ||
| − | |||
[[File:drupalinstallimg2.PNG|thumb|600px|center]] | [[File:drupalinstallimg2.PNG|thumb|600px|center]] | ||
| − | |||
| − | |||
*'''Step 3''' (Language) | *'''Step 3''' (Language) | ||
| − | Select your | + | Select your preferred language and click on '''Save and Continue'''. |
[[File:drupalinstallimg3.PNG|thumb|600px|center]] | [[File:drupalinstallimg3.PNG|thumb|600px|center]] | ||
*'''Step 4''' (Database Configuration) | *'''Step 4''' (Database Configuration) | ||
| − | This step is quite important so pay attention. In this step you will need to specify the database details, if you | + | This step is quite important so pay attention. In this step you will need to specify the database details, if you haven't created a database yet, I would suggest that you do this first. Assuming that you have created the database, you will then need to make sure that you configure the following fields as seen in the example below. Once all the relevant fields have been filled in, click on '''Save and Continue''' and it should install the profile. |
| − | Database type : MySQL, MariaDB, or equivalent | + | Database type : MySQL, MariaDB, or equivalent <br> |
| − | Database name : yourdatabase // The database name that you created | + | Database name : yourdatabase // The database name that you created <br> |
| − | Database Username : yourdatabasename // Remember that the database username will be the same as the database name. | + | Database Username : yourdatabasename // Remember that the database username will be the same as the database name.<br> |
| − | Database Password : yourdatabasepassword // The database password that you chose. | + | Database Password : yourdatabasepassword // The database password that you chose.<br> |
| − | Select | + | Select '''Advanced Options''' <br> |
| − | Database Host : mysql.yourdomainname.co.za // | + | Database Host : mysql.yourdomainname.co.za // <br> |
| − | Database port : // Can be left blank | + | Database port : // Can be left blank <br> |
| − | Database prefix : // Can be left blank | + | Database prefix : // Can be left blank <br> |
[[File:drupalinstallimg4.PNG|thumb|600px|center]] | [[File:drupalinstallimg4.PNG|thumb|600px|center]] | ||
*'''Step 5''' (Site Configuration) | *'''Step 5''' (Site Configuration) | ||
| − | This step will | + | This step will require you to fill in the following fields. <br> |
| − | Site name : // Enter your site name here eg www.yourdomainame.co.za | + | '''Site name''' : // Enter your site name here eg www.yourdomainame.co.za <br> |
| − | Site e-mail address : // This is will be the email addresses, where all details will be sent to. | + | '''Site e-mail address''' : // This is will be the email addresses, where all details will be sent to. <br> |
| − | Site maintenance account | + | |
| − | Username : // Enter your own username. | + | Site maintenance account <br> |
| − | E-mail address : // specify an email addresses that will be associated with this user. | + | '''Username''' : // Enter your own username. <br> |
| − | Password : // ensure that you use a strong password, if not sure using this online password generator [[http://freepasswordgenerator.com/ Password Generator]] | + | '''E-mail address''' : // specify an email addresses that will be associated with this user.<br> |
| − | Confirm password : //Confirm the password entered above. | + | '''Password''' : // ensure that you use a strong password, if not sure using this online password generator [[http://freepasswordgenerator.com/ Password Generator]] <br> |
| − | Default country: //Select your country | + | '''Confirm password''' : //Confirm the password entered above.<br> |
| − | Default time zone : // Select the timezone that applies to you. | + | '''Default country''': //Select your country <br> |
| + | '''Default time zone''' : // Select the timezone that applies to you.<br> | ||
| − | Once you have filled in all the fields, click on Save and Continue. | + | Once you have filled in all the fields, click on '''Save and Continue'''. |
[[File:drupalinstallimg5.PNG|thumb|600px|center]] | [[File:drupalinstallimg5.PNG|thumb|600px|center]] | ||
Revision as of 17:10, 8 December 2021
- Step 1 (Download Installer Files)
Download the latest version of Drupal from the following link - Drupal Download and upload the files to the server using the FTP method that you prefer.
- Step 2 (Installation Profile)
Once the files have been uploaded, you now ready to run the installer. You will then be asked which Installation profile to choose, select Standard, which already comes with some pre-configured features and click on Save and Continue.
- Step 3 (Language)
Select your preferred language and click on Save and Continue.
- Step 4 (Database Configuration)
This step is quite important so pay attention. In this step you will need to specify the database details, if you haven't created a database yet, I would suggest that you do this first. Assuming that you have created the database, you will then need to make sure that you configure the following fields as seen in the example below. Once all the relevant fields have been filled in, click on Save and Continue and it should install the profile.
Database type : MySQL, MariaDB, or equivalent
Database name : yourdatabase // The database name that you created
Database Username : yourdatabasename // Remember that the database username will be the same as the database name.
Database Password : yourdatabasepassword // The database password that you chose.
Select Advanced Options
Database Host : mysql.yourdomainname.co.za //
Database port : // Can be left blank
Database prefix : // Can be left blank
- Step 5 (Site Configuration)
This step will require you to fill in the following fields.
Site name : // Enter your site name here eg www.yourdomainame.co.za
Site e-mail address : // This is will be the email addresses, where all details will be sent to.
Site maintenance account
Username : // Enter your own username.
E-mail address : // specify an email addresses that will be associated with this user.
Password : // ensure that you use a strong password, if not sure using this online password generator [Password Generator]
Confirm password : //Confirm the password entered above.
Default country: //Select your country
Default time zone : // Select the timezone that applies to you.
Once you have filled in all the fields, click on Save and Continue.
- Step 6 (Installation Complete)
You should then see the following screen upon completion.
And that's it, Drupal is now installed and ready to be used.