Difference between revisions of "Installing Drupal"

From Imaginet FAQ
Jump to navigation Jump to search
Line 1: Line 1:
 +
=Automated installation via Plesk=
 +
<div style="overflow:hidden">
 +
[[file:Pleskapplicationsmanage.png|thumb|Access Dautomated Drupal installation via the "Applications" page in your Plesk control panel]]
  
*'''Step 1''' (Download Installer Files)
+
text goes here
 +
 
 +
</div>
 +
=Manual Installation=
 +
==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.  
 
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)
+
==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'''.
 
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 preferred language and click on '''Save and Continue'''.
 
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 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.
 
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.
  
Line 28: Line 35:
 
[[File:drupalinstallimg4.PNG|thumb|600px|center]]
 
[[File:drupalinstallimg4.PNG|thumb|600px|center]]
  
*'''Step 5''' (Site Configuration)
+
==Step 5: Site Configuration==
 
This step will require you to fill in the following fields. <br>
 
This step will require you to fill in the following fields. <br>
 
'''Site name''' : // Enter your site name here eg www.yourdomainame.co.za <br>
 
'''Site name''' : // Enter your site name here eg www.yourdomainame.co.za <br>
Line 44: Line 51:
 
[[File:drupalinstallimg5.PNG|thumb|600px|center]]
 
[[File:drupalinstallimg5.PNG|thumb|600px|center]]
  
*'''Step 6''' (Installation Complete)
+
You should then see the following screen upon completion. That's it! Drupal is now installed and ready to be used.
You should then see the following screen upon completion.
 
 
 
And that's it, Drupal is now installed and ready to be used.
 
 
[[File:drupalinstallimg6.PNG|thumb|600px|center]]
 
[[File:drupalinstallimg6.PNG|thumb|600px|center]]

Revision as of 13:00, 9 February 2023

Automated installation via Plesk

Access Dautomated Drupal installation via the "Applications" page in your Plesk control panel

text goes here

Manual Installation

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.

Drupalinstallimg1.PNG

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.

Drupalinstallimg2.PNG

Step 3: Language

Select your preferred language and click on Save and Continue.

Drupalinstallimg3.PNG

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

Drupalinstallimg4.PNG

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.

Drupalinstallimg5.PNG

You should then see the following screen upon completion. That's it! Drupal is now installed and ready to be used.

Drupalinstallimg6.PNG