complete guidelines for how to migrate opencart to new server

17
www.inceptionsystem .com Step by Step OpenCart Migration to a New Server Created by Inception System www.inceptionsystem.com

Post on 12-Sep-2014

928 views

Category:

Education


7 download

DESCRIPTION

Opencart development is very easy and simple, but some people have difficulties in moving their Opencart store to a new server. So because of this reason I realize the need of making this type of tutorial to overcome their confusions. For More Opencart News, Updates and Tutorials visit - http://www.inceptionsystem.com/blog.html

TRANSCRIPT

Page 1: Complete Guidelines for How to Migrate Opencart to New Server

ww

w.in

cepti

onsy

stem

.com

Step by Step OpenCart Migration to a New Server

Created by Inception System

www.inceptionsystem.com

Page 2: Complete Guidelines for How to Migrate Opencart to New Server

ww

w.in

cepti

onsy

stem

.com

OpenCart is one of the simplest and loveliest e-commerce platforms. In this blog post we want to present a detailed step-by-step guide of the necessary steps you need to take in order to migrate your OpenCart store to a new server.

Download Opencart - www.opencart.com

Page 3: Complete Guidelines for How to Migrate Opencart to New Server

ww

w.in

cepti

onsy

stem

.com

Step – 1 Backing up Your OpenCart store contents

As a first, you will need to connect to your host via FTP. In this example we will use Filezilla, but if you are looking for an alternative, any other FTP client will do the job as well.

Checkout Opencart Features

Page 4: Complete Guidelines for How to Migrate Opencart to New Server

Checkout Opencart Documentation

ww

w.in

cepti

onsy

stem

.com

Open public_html folder, Now, we need to locate our OpenCart installation folder. In this example we have named it opencarttutorial folder.

Note: In some cases there may not be a public_html folder or it may be named differently.

• Double click on your OpenCart install folder. • Press Ctrl + A to Select all files• Copy the files.

Page 5: Complete Guidelines for How to Migrate Opencart to New Server

ww

w.in

cepti

onsy

stem

.com

Step – 2 Backing up your MySQL

Next, we will need a copy of your database. We will use phpMyAdmin in this tutorial, which is available in your Cpanel.

Once you login at your Cpanel, you need to go to phpMyAdmin. After this, please select the database name from the left hand menu.

Checkout Opencart Demo

Page 6: Complete Guidelines for How to Migrate Opencart to New Server

Benefits of Opencart

ww

w.in

cepti

onsy

stem

.com

Choose the database and click on Export.

Page 7: Complete Guidelines for How to Migrate Opencart to New Server

Learn More about Opencart Development

ww

w.in

cepti

onsy

stem

.com

Select Custom Export and make sure all of the tables are selected and proceed to the next title Output.

Page 8: Complete Guidelines for How to Migrate Opencart to New Server

Checkout latest Opencart Extensions/Modules

ww

w.in

cepti

onsy

stem

.com

Select zipped as compression type. After we are done with the above listed steps, we need to go all the way down and click on Go.

Page 9: Complete Guidelines for How to Migrate Opencart to New Server

Learn How to Install Module in Opencart

ww

w.in

cepti

onsy

stem

.com

Step – 3 Uploading OpenCart to the new hosting

To Upload OpenCart files to new server you will need to connect to your new FTP server. Please fill in your new username and password to connect.

Once we connect, open the public_html folder and upload the files.

Once all files are uploaded we may proceed to the next step.

Page 10: Complete Guidelines for How to Migrate Opencart to New Server

Checkout More Opencart Tutorials

Step – 4 Creating MySQL Database

To create a MySQL login to the Cpanel . After login create new database

ww

w.in

cepti

onsy

stem

.com

Page 11: Complete Guidelines for How to Migrate Opencart to New Server

Looking for Opencart Solutions? Hire Opencart Developer

To do that click on the MySQL Databases icon under the Database section. Click on the Create new and give your database an unique name.

ww

w.in

cepti

onsy

stem

.com

Page 12: Complete Guidelines for How to Migrate Opencart to New Server

Now go to phpMyAdmin and select your newly Created Database and Press Import. w

ww

.ince

ption

syst

em.c

om

Have any trouble in Opencart Migration? Contact Us

Page 13: Complete Guidelines for How to Migrate Opencart to New Server

Looking for Opencart Solutions? Hire Opencart Developer

Next we need to click on Browse and select our backed up database and upload it.

ww

w.in

cepti

onsy

stem

.com

Page 14: Complete Guidelines for How to Migrate Opencart to New Server

Step – 5 Editing Config filesNow you need to edit the config.php and admin/config.php. To do so open find config.php in the parent OpenCart directory. Open the config.php for editing. Now, we will need to edit the following lines of code (9-18) in our example, located under // DIR:

define('DIR_APPLICATION', '/home/system username/public_html/oc1551/catalog/');define('DIR_SYSTEM', '/home/system username/public_html/oc1551/system/');define('DIR_DATABASE', '/home/system username/public_html/oc1551/system/database/');define('DIR_LANGUAGE', '/home/system username/public_html/oc1551/catalog/language/');define('DIR_TEMPLATE', '/home/system username/public_html/oc1551/catalog/view/theme/');define('DIR_CONFIG', '/home/system username/public_html/oc1551/system/config/');define('DIR_IMAGE', '/home/system usernamepublic_html/oc1551/image/');define('DIR_CACHE', '/home/system username/public_html/oc1551/system/cache/');define('DIR_DOWNLOAD', '/home/system username/public_html/oc1551/download/');define('DIR_LOGS', '/home/stoychev/system username/oc1551/system/logs/');

Notice: Please put your website Cpanel username under system username

ww

w.in

cepti

onsy

stem

.com

Page 15: Complete Guidelines for How to Migrate Opencart to New Server

Looking for Opencart Solutions? Hire Opencart Developer

Next, we need to edit the Database entries lines (21-26) 

define('DB_DRIVER', 'mysql');define('DB_HOSTNAME', 'localhost');define('DB_USERNAME', ‘inception_tutorial');define('DB_PASSWORD', ‘123456789);define('DB_DATABASE', ‘opencarttutorial');define('DB_PREFIX', 'oc_');

Please fill in your USERNAME, PASSWORD and DATABASE under the ‘DB_USERNAME’, 'DB_PASSWORD' and “DB_DATABASE’

After we are done editing the config file we need to right click on config.php and select Set Permissions. We recommend setting the permissions of config.php to 444. This will make the file as read-only.

Next stop, we need to repeat the same procedure with admin/config.php file. We will find the file underadmin/config.php. Again we will edit the database settings and change the permissions of the admin/config.phpfile to 444.

ww

w.in

cepti

onsy

stem

.com

Page 16: Complete Guidelines for How to Migrate Opencart to New Server

Step – 6 Update of Name Servers

As a last step we should update your name servers. Name servers configure the domain to point to the right host. Most hosting providers have their own name servers. The easiest way to go about this is to contact your hosting registrars and simply ask them to handle this for you. Please mind that this can take up to 48 hours to change.

So how did your OpenCart migration go? Please let us know if there is anything we can help you with or if you have any questions or comments.

ww

w.in

cepti

onsy

stem

.com

Have any trouble in Opencart Migration? Contact Us

Page 17: Complete Guidelines for How to Migrate Opencart to New Server

Follow Us

If you have any Question regarding OpenCart Migration or OpenCart Development, Feel Free

to Contact Us.

Thanks for Watching!

Website: www.inceptionsystem.comEmail: [email protected]

ww

w.in

cepti

onsy

stem

.com