Occasionally, you will not want to utilize the Softaculous installation procedure for your Contao CMS website. This would mean that you would have to install Contao manually.  The procedure for loading Contao manually involves uploading the installation files, moving the files, creating a database and running the installation application provided by Contao.  The following article explains how to load Contao manually using the tools found within Cpanel File manager

 

Using the Contao Installation Files for Manual Installation

Setting up the File Structures for the Contao Installation

  1. Before beginning you will need to download the latest Contao files. This is the same link as going to the Contact.org website and clicking on "download" in the top menu. When you go to this link you will have the option to download different versions of Contao, but the latest version is 3.03. The installation documentation uses this version of the software. Note that the installation files are compressed using two different methods. If you are familiar with the .tar.gz package you can download it and use it, or if you are not familiar with it, simply use the .zip package. They include the same files. When you download the files, you will be requested to agree with the GNU Lesser General Public License (LGPL) for using Contao.  Simply click OK and you will be able to download the file.
  2. First we will need to move the files into the correct location.  We will be using the File Manager in Cpanel in order to do this.  Login to the Cpanel and then click on File Manager to launch it. 

  3. Once you have launched the File Manager, go to the folder that you have chosen for your Contao installation (e.g. the primary domain defaults to /public_html/).  Click on the destination location, then click on the UPLOAD option in the menu bar for the file manager. If you initiate the upload in the folder where your files will eventually be saved, then it will save time and make it easier for you to quickly complete the installation without having to move files.  Use the BROWSE button to navigate to the location where you downloaded the Contao installation file on your computer. The screenshot below shows an example what you will see:

    file manager upload screen

  4. When you have located the file you have downloaded from Contao, click on the installation file to select it, then click on OPEN in the bottom right hand corner. It will automatically start uploading.  When it completes, you will see text in the bottom right hand corner of the upload screen like this:
    upload has finished

    When it has completed uploading, then click on the "Back to /home/..." link at the bottom of the upload screen to return to the File manager. 
  5. After you have uploaded the file to the server, you will see a file labeled:  contao-3.0.3.tar.gz (or contao-3.03.zip). You can use either file. The main difference is simply compression efficiency.  The .tar.gz file is only 7.3 MB and the .zip file is about 9.5 MB.  Both files can be extracted through the extract utility within the Cpanel.  Click on this file to select it, then in the top right hand corner click on EXTRACT.

    file manager-contao compressed file selected

    The screen shot above shows the contao-3.03.tar.gz (or contao-3.03.zip) file has been selected and is located in the public_html folder.  Note the location of the folder can be where you wish to place it (within the public_html folder), so it does not necessarily need to be located in the folder designated for this tutorial. Click on EXTRACT in the top right hand corner to extract the files from the compressed file.  You will see a dialog screen to determine where the files will be extracted:
    Dialog window for extracting files
  6. Click on EXTRACT FILE(S) in order to extract the file to directory that you have selected.  The EXTRACT dialog includes the location destination location where the files will be extracted.

  7. When the extraction has completed the file manager should show the files as follows:
    folder created on extraction

    Notice that the compressed file still exists.  At this point, the compressed file is no longer needed and can be deleted.  Double-click on the contao-3.0.3 folder to select it and see its contents.  It should appear like the following:
    Contao 3.03 files in the file manager


  8. The next part of the installation will be to MOVE the files into the correct location.  They cannot be in the contao-3.0.1 folder.  If you were to keep the files in that folder, then if your primary domain was called CONTAODEMO.COM, the actual path to the installation would be http://contaodemo.com/contao-3.0.3.  Click on SELECT ALL in the top right hand corner of the file manager in order to select all of the files in the folder.  Once all of the files have been highlighted, click on MOVE FILE.

  9. The purpose of moving the files is to move them from the contao-3.0.3 folder into the root directory or other location that you are using for the Contao installation. Once you have selected all of the files, then click on MOVE FILE. You will see the following dialog:  Click on the bottom line in order to specify the location where you move the files and folders.


    man-install-move-files

  10. Once the files are in place, then you can proceed with running the installation.  The installation will work through the URL where you have placed the files.  For example, if you placed the files in the document root (web root) of the primary domain, then the files would be in the public_html folder.  If the domain were CONTAODEMO.COM, then the installation path you need to type would be CONTAODEMO.COM/contao/install.php. Open your internet browser and then start the installation.  You will see the license screen appear first:

    man-install-terms-page

    "Read" through the license and then click on the ACCEPT LICENSE button.

  11. Next you will see a screen to set a password.  The password needs to be at least 8 characters and you will need to type it twice.  This password is for securing the Contao Install tool (as per the Contao screenshot below).  If you leave the installation at a particular point, then you will need to log back in with this password to continue.

    man-install-password




This completes the file setup section.  The next part of the installation requires the use of the MySQL database features of the Cpanel inorder to set up the database. Do not leave/close the installation window above.  Simply open another window to complete the database tasks, then return to this position in order to finish setting up the Contao CMS.

 

Setting up the Database for the Contao Installation

Manually setting up Contao will require that you use MySQL to setup a database and database user for the installation.  The following instructions will guide you through the steps to meet this requirement.

  1. In the Cpanel, go to the DATABASES section, the select CREATE NEW DATABASE.  You will see the screen as follows:

    man-mysql-db-create

  2. Note that every database you create will start with your account prefix.  So, if your account prefix is example5, then the database name would be something like:

    example5_databasename

    Click on CREATE DATABASE in order to create the database.

  3. Once the database is created, the next step will be to create the User who will be accessing the database.  Like the database, the user name will start with the account prefix:

    example5_username

    Note that you will need to set up a password for the user.  Make sure to record this password so as not to lose it. 

  4. Take the user you just created and then assign it to the database you have created.  You will select the user and the database, then when you have done so, you will need to assign the privileges the user has for the database.  Simply click on ALL at the top as per the screenshot below:

    man install-setuser-db-privileges

  5. Once you have selected the privileges that the database user will retain , click on MAKE CHANGES in order to save your selection.

  6. When you have completed checking your database, you can take the next step in the manual installation process.  Return to the window where you left off above, and then proceed. You will see something similar to the following:


    The next step of the manual installation is to connect the database that you created in Cpanel.  Note that as the screenshot indicates, there is no inital connection.  Select MYSQL in the drop down window for the first window. 

    HOST = Localhost

    USERNAME = User name created with database


    PASSWORD= Password for database user

    Database name (including the prefix)

    Leave the "Persistent connection" value set to NO, Character set set to UTF8 and the port to 3306.  These are all default values and do not need to be changed UNLESS you are making an outside connection to the database.

    man-install-database-settings
  7. The final part of the Contao database setup starts with the login screen using the password for the installation.  This should be the same as the database user password.  If you get it wrong, it will send you back to the database configuration screen.  After getting it correct, you should see the following:

    man-install-db-update-partial

    The update screen is fairly long, so only a partial copy of it will show here.  Note that at the bottom of all the database updates there is a button labeled UPDATE DATABASE.  If you get an indication that the tables are not updated (as per the red text in the screenshot above), then click on the UPDATE DATABASE button to update the database.

    There were two sections that were not discussed in the steps above:  Generate Encryption Key and Collation. Use the Encryption option only if you plan to use the key to decode or encrypt data within your database. Collation should not be changed from the default value (utf8-general-ci) unless you know how to use collation within your database.


Finalizing the Contao installation

  1. When the database completes updating (usually a very short period of time), then you will be able to move to the next session which starts with the template:
    man-install-manual-setup

    The default installation comes with a template called music_academy.sql.  Simply click on the drop-down menu to choose it.  Click on IMPORT TEMPLATE to complete this section. Note that using the template creates a demo website for Contao complete with users and other entries.

  2. When the installation of the template completes, you may see a log-in screen appear. Make sure to use the password you used for the database user.  The final section asks for you to setup an Adminsitrator user:

    man-install-admin-setup


  3. After you have completed filling in all of the fields for the Administrator user, you will see a screen indicating that you have completed the Contao installation!

    man-install-contao-completed

Manually installing the Contao CMS requires many steps that involve different sections within the hosting account to successfully complete.  It covers the upload and de-compression of the installation files, the movement of the files through File Manager, the setup of a MySQL database and the setup of the Administrator user.  If you require any further information on the software installation for Contao, please contact the Web Hosting Hub Support Center and we will be happy to help.

Did you find this article helpful?

We value your feedback!

Why was this article not helpful? (Check all that apply)
The article is too difficult or too technical to follow.
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
How did you find this article?
Please tell us how we can improve this article:
Email Address
Name

new! - Enter your name and email address above and we will post your feedback in the comments on this page!

Did you find this article helpful?

Post a Comment

Name:
Email Address:
Phone Number:
Comment:
Submit

Please note: Your name and comment will be displayed, but we will not show your email address.

Related Questions

Here are a few questions related to this article that our customers have asked:
Ooops! It looks like there are no questions about this page.
Would you like to ask a question about this page? If so, click the button below!
Need More Help?

Help Center Search

Current Customers

Email: support@WebHostingHub.com Ticket: Submit a Support Ticket
Call: 877-595-4HUB (4482)
757-416-6627 (Intl.)
Chat: Click To Chat Now

Ask the Community

Get help with your questions from our community of like-minded hosting users and Web Hosting Hub Staff.

Not a Customer?

Get web hosting from a company that is here to help.
}