Tutorial on how to install Joomla! CMS

Tutorial on how to install Joomla! CMS

Teuku.net - For those of you who want to try installing Joomla! either on a dedicated server, shared hosting or just installing it on a local computer for testing.

I recommend that before start installing Joomla! you better meet the requirements to install and use Jommla!.

{getToc} $title={Table of Contents}

Requirements for Joomla! 4.x

Software Recommended Minimum More Information
PHP 8.0 7.2.5 https://www.php.net
Supported Databases
MySQL 5.6 + 5.6 https://www.mysql.com
PostgreSQL 11.0 + 11.0 https://www.postgresql.org/

(ext/pgsql support in PHP has been removed.
Now uses the PostgreSQL PDO Driver)
Supported Web Servers
Apache 2.4 + 2.4 https://www.apache.org (with mod_mysql, mod_xml, and mod_zlib)
Nginx 1.18 + 1.10 https://www.nginx.com/resources/wiki/
Microsoft IIS 10 + 8 https://www.iis.net

Recommended php.ini Settings.

There are some PHP settings that need to be sufficient for Joomla! to install. The settings are usually in a php.ini or a user.ini file. Talk to your host about how to change these settings if it is possible to do so. If working on a localhost (XAMPP, MAMP, LAMP and so on) you should not be restricted by these settings and VPS or dedicated hosting should also not be as restrictive.

The suggested values for php.ini are:
  • memory_limit - Minimum: 256M
  • upload_max_filesize - Minimum: 32M
  • post_max_size - Minimum: 32M
  • max_execution_time - Recommended: 30

Installation preparation

You will need to complete two tasks before you can install Joomla! on your server First, you will need to download the Joomla! package files. Next, you will need to have a database for Joomla! use.

Downloading and Uploading Joomla! Package Files

  1. Download the current release of Joomla!
  2. Move the downloaded Joomla! installation package to the server. Use a FTP Client to transfer the Joomla! 3.x files to your server. There are several available for use. Here is a detailed list of FTP Clients. Please make sure you are using an FTP client's official release.
Hint - This can be accomplished by simply moving the downloaded package to your server, then unpacking it. Or you can unpack the files on your local computer, then move the Joomla installation over to your server. Either way, the Joomla installation needs to be unpacked in the root folder of your site.

The "root" of your site is the public folder where all web page files are stored so that a user can view the site examples include public_html and htdocs. What your Host uses depends on them.

Your Server's root Folder
Normally you upload your web files to the root folder. This is typically named public_html but other variations include htdocs and this depends on what your host has set up on the server. For Joomla purposes, you can load the files directly into public_html or a sub-folder within it.{alertInfo}
Warning!
If you unpack the files on your own computer, then copy them to your server, be sure to move only the folders and files contained inside the Joomla! package. If you unpack the folders and files into a folder, for example called, Joomla and then upload that folder, your site will have to be accessed at yoursitename.com/Joomla instead of yoursitename.com.{alertWarning}

 

Database for Joomla! Installation

  1. If you need to create a database, please read Create a database for use with Joomla! first or skip to step #2.
  2. You will need to note basic database information needed when the actual Joomla! installation is started.
  • Location of database, localhost? Or a specific host's server such as dbserver1.yourhost.com?
  • The database name
  • The database user's name
  • The database user's password


Start Installation

Main Configuration

With the above requirements met, a database created and the required Joomla! files in place, you are ready to install Joomla!. Start the Joomla! web installer by opening your favorite browser and browsing to the site's domain name. On host installation you will use http://www.yoursitename.com. If your are installing Joomla! locally, you will use http://localhost/path_to_Joomla_files, and you should see the installation screen.

ready to install Joomla!


Joomla! will try to identify the Select Language field automatically from your browser's language. You can change this if needed.

Fill in the following information.
  • Site Name: the name of your website — this can be changed at any point later in the Site Global Configuration page.
  • Description: enter a description of the website. This is a global fallback meta description used on every page which will be used by search engines. Generally, a maximum of 20 to 25 words is optimal. Again, this can be changed on the Site Global Configuration page at any time. For more on metadata, see Global Metadata Settings and Entering search engine meta-data.
  • Admin Email Address: the admin email address. Enter a valid email in case you forget your password. This is the email address where you'll receive a link to change the admin password.
  • Admin Username: Joomla! uses a default admin as the username for the SuperUser. You can leave it as is, change it now (which is a good Security measure) or use My Profile in the Administration interface to change it later.
  • Admin Password: remember that SuperUser has maximum control of the site (Frontend and Backend), so use a unique password. Use My Profile in the Administrator interface to change it later. Confirm the password in the Confirm Admin Password box.
  • Site Offline: click the Yes or No box. Yes - this means when installation is complete, your Joomla! website will display the 'Site is offline' message when you browse to yoursitename.com to view the home page. No - this means the site is live when you browse to yoursitename.com to view the home page. You can use the Site Global Configuration in the Administrator interface to change the Offline status at any time.
When everything on the first page is completed, click the Next button to proceed:


Database Configuration

You will need to enter the information about the database you will use for Joomla! now. It was suggested to write this information down under Prepare for Install tab. You may also read or review Creating a Database for Joomla!.

database you will use for Joomla!


For simplification, these instructions are a reference to installing with a MySQLi database. The instructions on the installation page are self explanatory, but here they are again:

  • Database Type: MySQLi is the common database used
  • Hostname Where is your database located? Common is localhost, but some hosts use a specific database server such as dbserver1.yourhost.com
  • Username: the username used to connect to the database
  • Password: the password for the database's username
  • Database Name: the name of the database
  • Table Prefix: one is generated automatically, but you can change it. For example, jos3_ can be used. Just don't forget to put the underscore character (_) at the end of the prefix.
  • Old Database Process: should the installer backup or delete existing tables during the installation of new tables? Click, Yes or No to select the choice.

All these choices can be edited on the Site Global Configuration page, under Server options after the installation is completed. Note, you will break your installation if you change these settings after installation unless you have a complete copy of the current database being used by the Joomla! installation. Common uses would be to update the username and password of the database or to complete a move of an existing installation to a new host with different parameters.

When all the information has been filled in, click the Next button to proceed:

Finalise

It is now time to finalise the Joomla! installation. The last page of the web browser installation contains all the information about the installation. This includes the options (at the top) for installing sample data and the installation's configurations (at the bottom).

Install Sample Data and Email Configurations

The first options are for automatically installing sample content to the website and emailing the configuration settings.

Install Sample Data and Email Configurations



If you are new to Joomla! it would be beneficial to install some sample data to see how Joomla! works. You can at this time choose to have the configuration settings emailed to you. If the Email Configuration choice is selected, the Email Password choice will appear. The email password is off by default for security. You can choose to have the password included; just click Yes.

Time to check the configurations of your install and the environment of the installation.

Configuration Check

If everything is in order, you will see the install at the top of the overview page. If not, this is the place to check and see what may be causing an issue.

The section is broken into 4 groups:

  • Main Configuration: all the website specific information, such as the website name, description, admin username, etc.
  • Database Configuration: contains the information about the database Joomla! will use.
  • Pre-Installation Check: these requirements must all be shown as Yes, otherwise you will not be able to install Joomla! With the exception of the PHP Version, the rest are usually controlled in the php.ini. You may need assistance from your host in correcting these settings or checking to see if it is possible to adjust them.
  • Typical PHP settings that might cause the install to fail and may need adjusting include: memory_limit, max_execution_time, post_max_size and upload_max_filesize. For more information, see PHP configuration file.
  • Recommended Settings: these are settings are recommended in your PHP configuration, but will not prevent Joomla! from being installed. Refer to the above instructions on how they may be changed.
If everything is correct and all checks are passed, you may now click the Install button in the top right corner of the Overview page. This will start the actual installation process.

After you click the Install button, you should see a progress bar with additional information of the installation. Once the installation completes, you should see the success page.

Success and Finishing Up the Installation

Congratulations! Joomla! 3 is now installed. If you want to start using Joomla! right way without installing extra languages there is one last step to complete the installation. You must delete the Installation Folder. Click on Remove Installation folder and a success message will appear. Now you can navigate to the Administrator. Log in by clicking Administrator or go right to your site by clicking Site.

Congratulations! Joomla! 3 is now installed

Installing Extra Languages (additional)

Before you complete your installation by deleting the Installation Folder, click on:

 →  Extra steps: Install languages
This will continue the installation of Joomla! by taking you to a new installation page.

Installing Extra Languages

A list of language packs is displayed, Check the language or language packs you wish to install. Remember:
  • Language packs included in custom distributions will not be listed at this stage. They are already installed.
  • A version of the packs proposed will match the Joomla Major version (3.0.x, 3.1.x, etc.). The minor version of the pack may not correspond, e.g. you are installing version 3.3.3 and a 3.3.2 language pack is shown.
  • Unmatched language packs in the above example may have untranslated strings.
  • The unmatched language packs will be offered as an update when the packs are updated by the registered Translation teams. The available update will be shown in the Control panel as well as in Extensions Manager → Update. This behavior is similar to Extensions Manager → Install Languages.
list of language packs is displayed


Click Next and a progress bar will be display while the language pack or packs are downloaded.


Choose Default Language
When the download is complete, choose the default language for the Site and the Administrator interface.

  • Make your choices for default languages.
Make your choices for default languages



You may also choose to activate the multilingual features of Joomla! at this time too.

  • Click Yes next to Activate the multilingual feature
  • Two additional choice will appear.
Activate the multilingual feature

  • Install localised content, yes or no. This will automatically create one content category for each language installed and one featured article with dummy content for each content category installed.
  • Enable the language code plugin, yes or no. If enabled, the plugin will add the ability to change the language code in the generated HTML document to improve SEO.
When you completed all the choices of language installation, click Next to proceed.

You will now be presented with a similar Congratulations! Joomla! is now installed. screen. The difference will be a notation of the default Administrator and Site language settings, if they were set. You will also not see the Extra Steps message in the bottom right.

Tutorial on how to install Joomla!

Now you can delete the Installation Folder. Click on Remove Installation folder and a success message will appear. Now you can navigate to the Administrator. Log in by clicking Administrator or go right to your site by clicking Site.

Thanks to Joomla!

Post a Comment

We welcome relevant and respectful comments.