Getting started with opencart2.x
Remarks#
This section provides an overview of what opencart2.x is, and why a developer might want to use it.
It should also mention any large subjects within opencart2.x, and link out to the related topics. Since the Documentation for opencart2.x is new, you may need to create initial versions of those related topics.
Installation or Setup
There are following setups to install opencart on your webserver
- Download the latest version of opencart for the official website or github and extract the files. In extracted files you can see the
upload
folder,license.txt
file andreadme.txt
file
The upload
folder contains all the files to host open-cart website needed to upload on server. license.txt
contains the license agreement andreadme.txt
file contains current install and upgrade instructions.
-
The next setup to upload files on web-server. You can use the filezilla to upload the files.
-
Create database for you shop using cpanel . C panel provides an interface named
phpmyadmin
to create database. -
You have to rename the two files named
config-dist.php
toconfig.php
andadmin/config-dist.php
toadmin/config.php
. -
Final step is to run auto-installer. Open your browser and run your shop url, you can see the installation first page.