• 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 Quick Cart on Ubuntu 19.04

  • 00:53 lsb_release -a
  • 01:11 wget https://opensolution.org/download/home.html?sFile=Quick.Cart_v6.7.zip
  • 01:26 unzip home.html?sFile=Quick.Cart_v6.7.zip -d quick
  • 01:41 mv quick /var/www/
  • 01:52 chown -R www-data.www-data /var/www/quick
  • 02:08 chmod -R 755 /var/www/quick
  • 02:25 vim /etc/apache2/sites-available/quick.conf
  • 03:52 a2dissite 000-default.conf
  • 04:08 a2ensite quick.conf
  • 04:17 a2enmod rewrite
  • 04:30 systemctl restart apache2
{{postValue.id}}

To install Quick Cart on Ubuntu 19.04

Requirements for Quick Cart:

Apache

MySQL

PHP and its modules

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

Installation procedure

Check the Ubuntu version by using the following command.

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 19.04
Release:	19.04
Codename:	disco

Download the Quick cart Installation package by using the wget command.

root@linuxhelp:~# wget https://opensolution.org/download/home.html?sFile=Quick.Cart_v6.7.zip
--2019-05-21 00:49:47--  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’

home.html?sFile=Quick.Cart_     [                            <=>            ] 646.01K  19.7KB/s    in 20s     

2019-05-21 00:50:11 (32.6 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 quick
Archive:  home.html?sFile=Quick.Cart_v6.7.zip
   creating: quick/core/
  inflating: quick/core/common-admin.js  
  inflating: quick/core/common-admin.php  
  inflating: quick/core/common.js    
  inflating: quick/core/common.php   
  inflating: quick/core/files-admin.php  
  inflating: quick/core/files.php    
  inflating: quick/core/lang-admin.php  
   creating: quick/core/libraries/  inflating: quick/templates/default/page.php  
  inflating: quick/templates/default/product.php  
  inflating: quick/templates/default/style.css  
  inflating: quick/templates/default/_footer.php  
  inflating: quick/templates/default/_header.php  
  inflating: quick/.htaccess         
  inflating: quick/admin.php         
  inflating: quick/index.php         
  inflating: quick/read-me.txt    

Move the Quick Cart directory to apache root directory.

root@linuxhelp:~# mv quick /var/www/

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

root@linuxhelp:~# chown -R www-data.www-data /var/www/quick
root@linuxhelp:~# chmod -R 755 /var/www/quick

Configure the virtualhost for accessing the Quick Cart.

root@linuxhelp:~# vim /etc/apache2/sites-available/quick.conf
<Virtualhost *:80>
        Servername www.linuxhelp1.com
        Documentroot /var/www/quick
<directory /var/www/quick>
allowoverride all
allow from all
</directory>
</Virtualhost>

Disable the default site access.

root@linuxhelp:~# a2dissite 000-default.conf
Site 000-default disabled.
To activate the new configuration, you need to run:
  systemctl reload apache2

Enable the site access for accessing the Quick Cart.

root@linuxhelp:~# a2ensite quick.conf
Enabling site quick.
To activate the new configuration, you need to run:
  systemctl reload apache2

Enable the rewrite module.

root@linuxhelp:~# a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
  systemctl restart apache2

Restart the apache service by using the following command.

root@linuxhelp:~# systemctl restart apache2

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 Ubuntu 19.04 comes to an end.

Tags:
frank
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 do I password protect pages For Quickcart?

A

Edit a page in the backend. Go to the “Settings” tab. For the “Login” option, select “required”.

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

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 Ganesh Konka ?
Zentya 6.1 http proxy configuration

please send link for creating zentyal 6.1 for http proxy and firewall as gateway.

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.