• 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 CMS on Linuxmint 19

  • 00:45 lsb_release -a
  • 01:02 wget https://opensolution.org/download/home.html?sFile=Quick.Cms_v6.6-en.zip
  • 01:21 unzip home.html?sFile=Quick.Cms_v6.6-en.zip -d quick
  • 01:34 mv quick /var/www/
  • 01:44 chown -R www-data.www-data /var/www/quick
  • 01:57 chmod -R 755 /var/www/quick
  • 02:11 vim /etc/apache2/sites-available/quick.conf
  • 03:11 a2dissite 000-default.conf
  • 03:23 a2ensite quick.conf
  • 03:31 a2enmod rewrite
  • 03:41 systemctl restart apache2
{{postValue.id}}

Installation Of Quick CMS On Linuxmint 19

Quick CMS is a free content management system software. It has very good tech support. It has many extensions. It takes less time to install the quick cms software. It is incredibly fast and secure. It is very easy to manage.it is very stable. It requires some knowledge of HTML and CSS to set the page design since there are not many templates to choose from. This video covers the tutorial on Installation Of Quick CMS on Linux Mint 19

Requirements for Quick CMS:

Apache

Php and Its modules

Installation procedure

Check the Linuxmint version by using the following command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	LinuxMint
Description:	Linux Mint 19 Tara
Release:	19
Codename:	tara

Download the Quick installation package by using the wget command.

root@linuxhelp:~# wget https://opensolution.org/download/home.html?sFile=Quick.Cms_v6.6-en.zip
--2019-08-07 04:21:20--  https://opensolution.org/download/home.html?sFile=Quick.Cms_v6.6-en.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.Cms_v6.6-en.zip’

home.html?sFile=Quick.Cms_v     [                     <=>                    ] 787.35K   148KB/s    in 5.5s    

2019-08-07 04:21:31 (143 KB/s) - ‘home.html?sFile=Quick.Cms_v6.6-en.zip’ saved [806247]

Once the above step is completed extract the downloaded package using unzip command

root@linuxhelp:~# unzip home.html?sFile=Quick.Cms_v6.6-en.zip -d quick
Archive:  home.html?sFile=Quick.Cms_v6.6-en.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/templates/default/img/powered2.png
  inflating: quick/templates/default/page.php  
  inflating: quick/templates/default/style.css  
  inflating: quick/templates/default/_lists.php  
  inflating: quick/admin.php         
  inflating: quick/index.php         
  inflating: quick/HOW_TO_INSTALL.txt  

Move the Quick cms directory to apache root directory by using the following command

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

Change the ownership and permission for Quick cms 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 Apache VirtualHost for accessing the Quick cms by using the command

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 for accessing the Quick cms

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 Quick cms

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

Once it completed the switch to your browser and enter your domain name. snap1 This is the welcome page of Quick CMS. snap2 Enter the admin credentials to log in the Quick CMS. snap3

This is the Dashboard of Quick CMS snap4 With this, the method to the installation of Quick CMS on Linuxmint 19 comes to an end.

Tags:
charmi
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is use of Quick CMS?

A

Quick CMS is a free content managemnet system software.It has very good tech support.It has many extensions.It takes less time to install the quick cms software.It is incredibly fast and secure.It is very easy to manage.it is very stable.It requires some knowledge of HTML and CSS to set the page design, since there are not many templates to choose from.

Q

What are the alternatives tools for Quick CMS?

A

Gpeasy cms
Zimplit cms
Monstra cms
etc...

Q

What are the needs of Quick CMS on Linuxmint?

A

Install Apache Server On ubuntu
Install PHP 7.2 And Related Modules

Q

How to configure host entry for Quick cms?

A

Open a host file in Linux as following and add the link to the file

#vim /etc/hosts

Q

What are the PHP modules required for Quick CMS?

A

These are the modules required

php-xml php-mbstring php-ldap php-mysql php-curl php-zip php-mcrypt php-sqlite php-gd

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.