How to install Quick.Cart 6.7 on CentOS 7

To install Quick.Cart 6.7 on CentOS 7

The Quick cart is a free platform to create own shopping Websites like Flipkart, eBay, and Amazon etc. QuicakCart truly is 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. It does not require any Database to run. It just requires a web server and PHP to be installed on the system. In this tutorial, we will cover the installation of Quick.Cart 6.7 on CentOS 7

Prerequisites
Install LAMP(Apache, php5)

Php installation:

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

Download a package using the following command.

[root@linuxhelp1 user1]#  wget http://opensolution.org/download/home.html?sFile=Quick.Cart_v6.7.zip
--2018-04-16 03:06:22--  http://wget/
Resolving wget (wget)... failed: Name or service not known.
wget: unable to resolve host address ‘ wget’ 
.
.
Saving to: ‘ home.html?sFile=Quick.Cart_v6.7.zip’ 

    [ < =>                                                          ] 661,518     --.-K/s   in 0.01s   

2018-04-16 03:06:30 (42.7 MB/s) - ‘ home.html?sFile=Quick.Cart_v6.7.zip’  saved [661518]

FINISHED --2018-04-16 03:06:30--
Total wall clock time: 7.5s
Downloaded: 1 files, 646K in 0.01s (42.7 MB/s)

The downloaded package is a zip file, so we need to unzip the package.

[root@linuxhelp1 user1]# unzip home.html?sFile=Quick.Cart_v6.7.zip &ndash d quickcart
Archive:  home.html?sFile=Quick.Cart_v6.7.zip
   creating: core/
  inflating: core/common-admin.js    
  inflating: core/common-admin.php   
  inflating: core/common.js          
  inflating: core/common.php         
  inflating: core/files-admin.php   
.
.
  inflating: quickcart/templates/default/product.php  
  inflating: quickcart/templates/default/data-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  

Next, move to the extracted Directory.

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

Then switch to the following directory.

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

Change the ownership and permission of the file as follows.

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

Now, create a new virtual host configuration to access a Quickcart application.

[root@linuxhelp1 www]# 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> 

Then we need to restart the httpd service to make the changes effect.

[root@linuxhelp1 www]# systemctl restart httpd

Now you can proceed the further installation and configuration from the browser by navigating to the following URL: http://< ipaddress or domain name.

You will see the following page appear on the browser Login as an admin using the password " admin."

After a login, you will get to see the admin dashboard as shown here.

With this, the method to install Quick.Cart 6.7 on CentOS 7 comes to an end.

FAQ
Q
What about Moving PHP code modifications?
A
If modifications were made to PHP code of your website, you'll have to contact the programmer who made these modifications to make the same changes to your new script. Most of the free plugins are available for the latest version of the script, you can find them on the plugins » page.
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
What are the basic pre requirements?
A
LAMP Setup -Apache -Mariadb (create database , user protected by password) -PHP 7
Q
What link you have used for downloading this?
A
https://bitbucket.org/wolfcms/wolf-cms-downloads/downloads/
Q
How do I password protect pages?
A
Edit a page in the backend. Go to the “Settings” tab. For the “Login” option, select “required”.