Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.2.2. Install Joomla!
Automatic install
See CMS auto-install.
Manual install
Prepare
- Download the archive with the distribution of the latest Joomla! version to your PC from the official site.
- Place the distribution files on the hosting:
- Using file-manager or any FTP client, upload the archive to the root directory of the previously added site.
- Extract the downloaded archive using file manager.
- Edit the
htaccess.txtfile:- Find the following line in it:
Options +FollowSymlinks - Replace it with the following:
Options +SymLinksIfOwnerMatch
- Rename
htaccess.txtto.htaccess.
- Prepare database:
Install
- Open site in browser.
- Step 1: Site configuration. Select the language, specify the site name and administrator details (they will be used to access the site admin panel).
- Step 2: DB configuration:
- Specify the database connection settings:
- "Database type" — "MySQLi".
- "Database server name" — database host.
- "Username" — database user login.
- "Password" — database user password.
- "Database name" — database name.
- "Table prefix" is automatically generated or can be any other of your choice.
- "Actions with existing tables" — when connecting to an empty database, the value of the option does not matter.
- Click "Next" and you will see an error indicating that site ownership confirmation is required.
- Confirm ownership of the site:
- Open the
installationsubdirectory. - Delete the empty text file automatically generated by Joomla! (the file name will be specified in the error message).
- Enter the database user password again and click "Next".
- Step 3: Overview. Specify whether demo data should be installed and whether the site configuration should be sent to the administrator's email, and perform the installation.
- Delete the subdirectory
installationfrom the root directory of the site. - Check the site operation.
(1)