Difference between revisions of "Installing Drupal"
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]] | ||
| − | + | 1. Once signed into [[Plesk hosting control panel|Plesk]] Navigate to "Featured Applications" find Drupal and click "Install." | |
| − | [[File: | + | </div> |
| + | <div style="overflow:hidden"> | ||
| + | [[File:Drupal setup.png|400px|thumb|right|Drupal via PLESK]] | ||
| − | Download the latest version of Drupal from the | + | 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> | ||
| − | |||
| − | |||
| − | Once the files have been uploaded, you now ready to run the installer | + | ===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'''. | ||
| − | + | </div> | |
| − | + | ===Step 3: Installation Profile=== | |
| − | [[File: | + | <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=== | |
| − | + | <div style="overflow:hidden"> | |
| − | + | [[File:DatabaseConfigurationDrupal.png|400px|thumb|right|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 | ||
| + | </div> | ||
| − | + | ||
| − | [[ | + | ===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
Contents
Automated installation via Plesk
Manual Installation
Step 1: Download Installer Files
Step 2: Language
Step 3: Installation Profile
Step 4: Database Configuration
Step 5: Site Configuration
The Installation should now be complete and you will be automatically redirected to the Drupal backend.