• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Cubecart 6.2.0 CentOS 7

{{postValue.id}}

To install Cubecart 6.2.0 CentOS 7


CubeCart is an open source e-commerce shopping cart software used for Linux distributions. It allows the users to set up their own online stores to sell digital or physical products over all the world. Cubecart is a truly free, user-friendly, open source shopping cart software. It contains features such as customization, integration with payment, works with any hosting company and can choose own domain name.

Prerequisites


Install LAMP(Apache, MariaDB, php7)

In MariaDB (create database and user and give privileges to that user )

Php installation with required following modules

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum install php56w php56w-opcache php56w-mysql php56w-curl php56w-xml  php56w-mcrypt php56w-gd

Installation

Switch to the following directory

[root@linuxhelp1 ~]# cd /home/user1/

Download a Cubecart package using the following command

[root@linuxhelp1 user1]# wget  https://www.cubecart.com/download/CubeCart-6.2.0.zip

--2018-04-16 03:06:27--  https://www.cubecart.com/download/CubeCart-6.2.0.zip
Resolving www.cubecart.com (www.cubecart.com)... 45.32.179.53
Connecting to www.cubecart.com (www.cubecart.com)|45.32.179.53|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5194603 (5.0M) [application/zip]
Saving to: ‘ CubeCart-6.2.0.zip’ 

100%[============================================================> ] 5,194,603    330KB/s   in 17s    

2018-04-16 03:06:46 (297 KB/s) - ‘ CubeCart-6.2.0.zip’  saved [5194603/5194603]

The downloaded package is a zip file, so unzip the file as follows

[root@linuxhelp1 user1]# unzip CubeCart-6.2.0.zip 
Archive:  CubeCart-6.2.0.zip
   creating: admin/
  inflating: admin/index.php        
   creating: admin/skins/
   creating: admin/skins/default/
   creating: admin/skins/default/images/
extracting: admin/skins/default/images/add.png
.
.
  inflating: cubecart/skins/foundation/templates/print.receipt.php 
  inflating: cubecart/skins/foundation/templates/main.checkout.php 
  inflating: cubecart/skins/foundation/templates/content.checkout.confirm.php 
  inflating: cubecart/skins/foundation/templates/content.orders.php 
  inflating: cubecart/skins/foundation/templates/content.recover.php 
  inflating: cubecart/skins/foundation/templates/element.css.php 
extracting: cubecart/skins/foundation/templates/.htaccess 
  inflating: cubecart/skins/foundation/templates/content.product.php

Move the extracted file into the following path

[root@linuxhelp1 user1]# mv cubecart /var/www/

Switch to the following directory

[root@linuxhelp1 user1]# cd /var/www/

Change the ownership and permission of the file

[root@linuxhelp1 www]# chown -R apache.apache cubecart
[root@linuxhelp1 www]# chmod -R 775 cubecart

create a new virtual host configuration for accessing the cubecart application

[root@linuxhelp1 www]# vim /etc/httpd/conf.d/cubecart.conf
< VirtualHost *:80> 
ServerName www.linuxhelp1.com
DocumentRoot /var/www/cubecart/

< Directory /var/www/cubecart/> 
AllowOverride All
allow from all
< /Directory> 

< /VirtualHost> 

Restart the httpd service

[root@linuxhelp1 www]# systemctl restart httpd

Open a browser and type the following URL of http://local IP (or) domain name
snap1

Verify the compatibility check as shown below
snap2

You will see the installation progress as shown here.
snap3

Accept the license agreement to use the Cubecart application
snap4

Verify the file permission of Cubecart application and continue further
snap5

Configure the database detail and Admin user setup as follows
snap6

After the successful installation, you will see the following page
snap7

After configuration, log in using the admin user credentials as shown
snap8

After successful login, you will see the admin dashboard of the cubecart application as shown below
snap9

With this, the method to install Cubecart 6.2.0 CentOS 7 comes to an end.


Tags:
isaac
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to resolve 404 not found error, while accessing cube cart in the web interface?

A

Check the document root specified in the virtual host of cube cart configuration.

Q

How to overcome the forbidden error while accessing Cubecart on Web interface?

A

Check the permission and ownership of document root directory.

Q

What is CubeCart?

A

CubeCart is an open source e-commerce shopping cart software used for Linux distributions. It allows users to set up their own online stores to sell digital or physical products all over the world.

Q

While accessing CubeCart in web interface results in a blank page, How to resolve this?

A

In CubeCart, check for php and php modules are installed properly and also look into the apache error logs.

Q

while calling in browser . It opens the default apache page ?

A

check the documentroot specified in virtual host

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.