Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.3.2. Install OpenCart
Automatic install
See CMS auto-install.
Manual install
Prepare
- Download an archive with the latest OpenCart distribution 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.
- Move all contents of
uploadsubdirectory to site root directory. - Edit
.htaccess.txtfile:- Find the following line in it:
Options +FollowSymlinks - Replace it with the following:
Options +SymLinksIfOwnerMatch
- Rename
.htaccess.txtto.htaccess. - Rename two
config-dist.phpfiles toconfig.php:- The first is in site root directory.
- Second — in
adminsubdirectory.
- Prepare database:
Install
- Open site in browser.
- Step 1. Review license and accept it.
- Step 2. Make sure that all installation requirements are met (each row shows a green check mark or the word "Writable").
- Step 3. Fill out the form:
- Specify the database connection settings:
- "DB Driver" — "MySQLi".
- "Hostname" — database host.
- "Username" — database user login.
- "Password" — database user password.
- "Database" — database name.
- "Port" —
3306. - "Prefix" — standard
oc_or any other at your discretion.
- Specify administrator data (used to access site admin panel):
- "Username" — username.
- "Password" — password.
- "Email" — mailbox.
- Step 4. Delete
installsubdirectory from site root directory. - Check the site operation.
To change site language, see OpenCart localization.
(1)