Difference between revisions of "Installing Drupal"

From Imaginet FAQ
Jump to navigation Jump to search
(Created page with " *'''Step 1''' (Download Installer Files) thumb|600px|center Download the latest version of Drupal from the following link [http://drupal.org/p...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
=Automated installation via Plesk=
 +
<div style="overflow:hidden">
 +
[[file:Pleskapplicationsmanage.png|thumb|Featured Applications]]
  
*'''Step 1''' (Download Installer Files)
+
1. Once signed into [[Plesk hosting control panel|Plesk]] Navigate to "Featured Applications" find Drupal and click "Install."
[[File:drupalinstallimg1.PNG|thumb|600px|center]]
+
</div>
 +
<div style="overflow:hidden">
 +
[[File:Drupal setup.png|400px|thumb|right|Drupal via PLESK]]
  
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.  
+
2. Now you will need to enter the details for the Admin user as well as the Database, note the Database will be created automatically using the provided details. Once done take note of the details and click Install, once done you will be able to access drupal via your website.
 +
</div>
 +
=Manual Installation=
 +
===Step 1: Download Installer Files===
 +
<div style="overflow:hidden">
 +
[[File:Drupal manual download.png|400px|thumb|right|Drupal Website]]
 +
Download the latest version of Drupal from the [https://www.drupal.org/project/drupal following link] and upload the files to the server using the [[Plesk hosting control panel]] or your preferred method of [https://www.imaginet.co.za/kb/index.php?title=FTP_via_cli/terminal FTP].
 +
Please note that currently our servers only support up to Drupal version 9.5.3 but support for later versions is coming.
 +
</div>
  
*'''Step 2''' (Installation Profile)
 
[[File:drupalinstallimg2.PNG|thumb|600px|center]]
 
  
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 per-configured features and click on Save and Continue.
+
===Step 2: Language===
 +
<div style="overflow:hidden">
 +
[[File:Choose language Drupal.png|400px|thumb|right|Choose language]]
 +
Once the files have been uploaded, you are now ready to run the installer, do this by accessing your site in a new tab in your browser, Select your preferred language and click on '''Save and Continue'''.
  
*'''Step 3''' (Language)
+
</div>
Select your proffered language and click on Save and Continue.
+
===Step 3: Installation Profile===
[[File:drupalinstallimg3.PNG|thumb|600px|center]]
+
<div style="overflow:hidden">
 +
[[File:Select an installation profile Drupal.png|400px|thumb|right|Select an installation profile]]
 +
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'''.
 +
</div>
  
*'''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 haveny 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 the 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 the Advance Option
 
Database Host : mysql.yourdomainname.co.za //
 
Database port : // Can be left blank
 
Database prefix : // Can be left blank
 
[[File:drupalinstallimg4.PNG|thumb|600px|center]]
 
  
*'''Step 5''' (Site Configuration)
+
===Step 4: Database Configuration===
This step will required you to fill in the following fields.
+
<div style="overflow:hidden">
Site name : // Enter your site name here eg www.yourdomainame.co.za
+
[[File:DatabaseConfigurationDrupal.png|400px|thumb|right|Drupal Database Configuration]]
Site e-mail address : // This is will be the email addresses, where all details will be sent to.
+
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.
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 [[http://freepasswordgenerator.com/ 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.
+
Database type: MySQL, MariaDB, Percona Server, or equivalent.
[[File:drupalinstallimg5.PNG|thumb|600px|center]]
+
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.
  
*'''Step 6'''(Installation Complete)
+
Select '''Advanced Options'''  
You should then see the following screen upon completion.
+
Database Host: localhost 
 +
Database port: 3306
 +
Database prefix: Can be left blank
 +
</div>
  
And that's it, Drupal is now installed and ready to be used.
+
 
[[File:drupalinstallimg6.PNG|thumb|600px|center]]
+
===Step 5: Site Configuration===
 +
<div style="overflow:hidden">
 +
[[File:ConfigureSiteDrupal.png|400px|thumb|right|Drupal 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 will be the email address, to which all details will be sent to.  
 +
 
 +
Site maintenance account <br>
 +
'''Username''' : Enter your own username. <br>
 +
'''E-mail address''': specify an email address that will be associated with this user.<br>
 +
'''Password''': ensure that you use a strong password, if not sure use this online password generator [[http://freepasswordgenerator.com/ Password Generator]] <br>
 +
'''Confirm password''' : Confirm the password entered above.<br>
 +
'''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'''.
 +
</div>
 +
 
 +
 
 +
The Installation should now be complete and you will be automatically redirected to the Drupal backend.

Latest revision as of 14:25, 15 February 2023

Automated installation via Plesk

Featured Applications

1. Once signed into Plesk Navigate to "Featured Applications" find Drupal and click "Install."

Drupal via PLESK

2. Now you will need to enter the details for the Admin user as well as the Database, note the Database will be created automatically using the provided details. Once done take note of the details and click Install, once done you will be able to access drupal via your website.

Manual Installation

Step 1: Download Installer Files

Drupal Website

Download the latest version of Drupal from the following link and upload the files to the server using the Plesk hosting control panel or your preferred method of FTP. Please note that currently our servers only support up to Drupal version 9.5.3 but support for later versions is coming.


Step 2: Language

Choose language

Once the files have been uploaded, you are now ready to run the installer, do this by accessing your site in a new tab in your browser, Select your preferred language and click on Save and Continue.

Step 3: Installation Profile

Select an installation profile

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 4: Database Configuration

Drupal 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, Percona Server, 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: localhost Database port: 3306 Database prefix: Can be left blank


Step 5: Site Configuration

Drupal 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 will be the email address, to which all details will be sent to.

Site maintenance account
Username : Enter your own username.
E-mail address: specify an email address that will be associated with this user.
Password: ensure that you use a strong password, if not sure use 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.


The Installation should now be complete and you will be automatically redirected to the Drupal backend.