• 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 QuickCart on CentOS 7.6

  • 00:31 rpm -q centos-release
  • 00:49 wget https://opensolution.org/download/home.html?sFile=Quick.Cart_v6.7.zip
  • 01:06 unzip home.html?sFile=Quick.Cart_v6.7.zip -d quickcart
  • 01:17 mv quickcart /var/www/
  • 01:30 chown -R apache:apache /var/www/quickcart
  • 01:43 chmod -R 755 /var/www/quickcart
  • 02:01 vim /etc/httpd/conf.d/quickcart.conf
  • 03:14 systemctl restart httpd
{{postValue.id}}

Installation of Quick Cart On Centos 7.6

Quick cart is a free platform to create own shopping Websites like Flipkart, eBay, and Amazon etc. It does not require any Database to run. It just requires a web server and PHP to be installed on the system.This tutorial covers the installation of Quick cart on centos 7.6

Requirements for Quick cart:

Apache

Php and it's modules

php php-xml php-mysql php-mbstring php-zip php-soap php-curl php-gd php-ldap php-imap php-common php-mcrypt

Installation procedure

Check the Centos version by using the following command

[root@linuxhelp ~]# rpm -q centos-release
centos-release-7-6.1810.2.el7.centos.x86_64

Once the database configuration is done, download the installation package of Quick cart by using the wget command.

[root@linuxhelp ~]# wget https://opensolution.org/download/home.html?sFile=Quick.Cart_v6.7.zip
--2019-06-01 14:31:26--  https://opensolution.org/download/home.html?sFile=Quick.Cart_v6.7.zip
Resolving opensolution.org (opensolution.org)... 94.152.51.156
Connecting to opensolution.org (opensolution.org)|94.152.51.156|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘home.html?sFile=Quick.Cart_v6.7.zip’

    [                         <=>                               ] 661,518     30.4KB/s   in 17s    

2019-06-01 14:31:47 (37.0 KB/s) - ‘home.html?sFile=Quick.Cart_v6.7.zip’ saved [661518]

Once the download is completed extract the downloaded package using unzip command.

[root@linuxhelp ~]# unzip home.html?sFile=Quick.Cart_v6.7.zip -d quickcart
Archive:  home.html?sFile=Quick.Cart_v6.7.zip
   creating: quickcart/core/
  inflating: quickcart/core/common-admin.js  
  inflating: quickcart/core/common-admin.php  
  inflating: quickcart/core/common.js  
  inflating: quickcart/core/common.php  
  inflating: quickcart/core/files-admin.php  
  inflating: quickcart/core/files.php  
.
.
  inflating: quickcart/templates/default/product.php  
  inflating: quickcart/templates/default/style.css  
  inflating: quickcart/templates/default/_footer.php  
  inflating: quickcart/templates/default/_header.php  
  inflating: quickcart/.htaccess     
  inflating: quickcart/admin.php     
  inflating: quickcart/index.php     
  inflating: quickcart/read-me.txt   

Move the Quick cart directory to apache root directory.

[root@linuxhelp ~]# mv quickcart /var/www/

Set the ownership and permission for Quick cart by using the following command.

[root@linuxhelp ~]# chown -R apache:apache /var/www/quickcart
[root@linuxhelp ~]# chmod -R 755 /var/www/quickcart

Configure the virtualhost for accessing the Quick cart.

[root@linuxhelp ~]# vim /etc/httpd/conf.d/quickcart.conf
<Virtualhost *:80>
        servername www.linuxhelp1.com
        documentroot /var/www/quickcart
<directory /var/www/quickcart>
allowoverride all
allow from all
</directory>
</virtualhost>

Restart the apache service by using the following command.

[root@linuxhelp ~]# systemctl restart httpd

Switch to your browser and enter the domain name. snap1 Welcome page of Quick Cart. snap2

Enter your admin credentials for login in Quick Cart. snap3 This is the dashboard of Quick Cart. snap4 With this, the method to install Quick Cart on Centos 7.6 comes to an end.

Tags:
stephan
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What are the basic pre-requirements for Quickcart?

A

LAMP Setup -Apache -MariaDB (create a database, user protected by password) PHP 7.

Q

How to edit the settings in QuickCart?

A

When conversion to the latest version is done, it's time to adjust Quick. Cart's settings.

Go to "Tools" -> "Settings" and set all of the fields: Page title, Description, Keywords, Logo, Slogan, Foot info, Login, and Password.

Q

How to configure the hosts for QuickCart?

A

Enter into vim /etc/hosts

Q

What are the php modules required for QuickCart?

A

These are the PHP modules required for:

php php-xml php-mysql php-mbstring php-zip php-soap php-curl php-gd php-ldap php-imap php-common php-dev libmcrypt-dev php-pear php-pdo php-pdo-SQLite

Q

What is use of Quickcart?

A

Quick cart is a free platform to create own shopping Websites like Flipkart, eBay, and Amazon etc. It does not require any Database to run. It just requires a web server and PHP to be installed on the system

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 Lucas ?
Various options in Top command

Am using Top command only to view the load average, what are the various options in Top command..??

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.