• 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 and Configure Quick CMS on CentOS 8.1

  • 00:38 Yum install httpd -y
  • 01:24 systemctl start httpd
  • 01:27 systemctl enable httpd
  • 01:37 systemctl status httpd
  • 01:48 yum install php php-zip php-soap php-cli php-common php-gd php-mbstring php-mcrypt php-mysqlnd php-xml
  • 02:20 wget https://opensolution.org/download/home.html?sFile=Quick.Cms_v6.6-en.zip
  • 03:20 mv quickcms /var/www/
  • 03:36 chown -R apache:apache /var/www/quickcms
  • 03:56 chmod -R 755 /var/www/quickcms
  • 04:14 vim /etc/httpd/conf.d/quickcms.conf
  • 06:05 systemctl restart httpd
{{postValue.id}}

To Install and Configure Quick CMS on CentOS 8.1

INTRODUCTION

Quick CMS is a freeware, small, simple, and multilingual Content Management System, that is helpful in the management of your website. It offers plenty of options. Some of its features include: very easy to set up and install, MOBILE version, based on Flat Files, very easy to customize, good support via email and forums, no limit pages depth, no limit images per page, and more.

Prerequisite:

Apache

PHP and its module (php php-zip php-soap php-cli php-common php-gd php-mbstring php-mcrypt php-mysqlnd php-xml)

Installation Procedure:

Install the apache server using the following commnad

[root@linuxhelp ~]# yum install httpd -y
Last metadata expiration check: 1:23:11 ago on Tuesday 13 October 2020 12:10:30 PM IST.
Dependencies resolved.
httpd                                        x86_64                           2.4.37-21.module_el8.2.0+494+1df74eae                               AppStream                           1.7 M
Installing dependencies:
 …..
….
  apr-1.6.3-9.el8.x86_64                                       apr-util-1.6.1-6.el8.x86_64                                
 httpd-filesystem-2.4.37-21.module_el8.2.0+494+1df74eae.noarch    
  httpd-tools-2.4.37-21.module_el8.2.0+494+1df74eae.x86_64     mod_http2-1.11.3-3.module_el8.2.0+486+c01050f0.1.x86_64     centos-logos-httpd-80.5-2.el8.noarch                             
Complete!

Now install the PHP and its module by following method

[root@linuxhelp ~] yum install php php-zip php-soap php-cli php-common php-gd php-mbstring php-mcrypt php-mysqlnd php-xml
Last metadata expiration check: 0:00:14 ago on Tuesday 13 October 2020 03:10:48 PM IST.

Package php-mbstring-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64 is already installed.
Package php-gd-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64 is already installed.
Package php-mysqlnd-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64 is already installed.
Package php-pecl-zip-1.15.3-1.module_el8.2.0+313+b04d0a66.x86_64 is already installed.
Package php-soap-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64 is already installed.
Package php-ldap-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64 is already installed.
Package php-common-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64 is already installed.

Installing:
 php                                         x86_64                            7.2.24-1.module_el8.2.0+313+b04d0a66                               AppStream                            1.5 M
Installing dependencies:
 nginx-filesystem                            noarch                            1:1.14.1-9.module_el8.0.0+184+e34fea82                             AppStream                             24 k
 php-cli                                     x86_64                            7.2.24-1.module_el8.2.0+313+b04d0a66                               AppStream                            3.1 M
Installing weak dependencies:
 php-fpm                                     x86_64                            7.2.24-1.module_el8.2.0+313+b04d0a66                               AppStream                            1.6 M
……………….
………………….
 (4/4): php-cli-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64.rpm                                                                                               234 kB/s | 3.1 MB     00:13    
  Preparing        :                                                                                                                                                                     1/1 
  Installing       : php-cli-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64                                                                                                                 ¼
……………..
…………… 
  Verifying        : php-fpm-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64                                                                                                                 4/4 
Installed:
php-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64            php-fpm-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64        nginx-filesystem-1:1.14.1-9.module_el8.0.0+184+e34fea82.noarch       
  php-cli-7.2.24-1.module_el8.2.0+313+b04d0a66.x86_64       

Complete!

Configure the info.php by using the following command:

[root@linuxhelp ~]# vim /var/www/html/info.php
<?
Phpinfo();
?>

Once the all step is completed restart the apache service Now, download Quick CMS using wget command:

[root@linuxhelp ~]# wget https://opensolution.org/download/home.html?sFile=Quick.Cms_v6.6-en.zip
--2020-11-18 12:50:00--  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.Cm     [               <=>              ] 787.35K  71.7KB/s    in 11s     

2020-11-18 12:50:16 (71.7 KB/s) - ‘home.html?sFile=Quick.Cms_v6.6-en.zip’ saved [806242

Unzip Quick CMS file to a destination file name “quickcms”

[root@linuxhelp ~]# unzip home.html?sFile=Quick.Cms_v6.6-en.zip -d quickcms
Archive:  home.html?sFile=Quick.Cms_v6.6-en.zip
   creating: quickcms/core/
  inflating: quickcms/core/common-admin.js  
  inflating: quickcms/core/common-admin.php  
  inflating: quickcms/core/common.js  
  ……
  ……![SNAP1](https://assets.linuxhelp.com/scr/54087780faccc4afac2de1ffe9b45d32.png)
  inflating: quickcms/core/libraries/quick.form.min.js  
  inflating: quickcms/core/libraries/quick.slider.min.js  
  inflating: quickcms/core/libraries/sql.php  
  inflating: quickcms/core/libraries/trash.php  
  
   creating: quickcms/plugins/tinymce/plugins/tabindex/
   inflating: quickcms/index.php      
  inflating: quickcms/HOW_TO_INSTALL.txt 

Then, move quickcms to apache root directory

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

Now change ownership for that quickcms

[root@linuxhelp ~]# chown -R apache:apache /var/www/quickcms

Now change permission by triggering the following command

[root@linuxhelp ~]# chmod -R 755 /var/www/quickcms

Next step is very crucial. configure the Apache VirtualHost for Landing. Open the .conf file for Landing

 [root@linuxhelp ~]# vim /etc/httpd/conf.d/quickcms.conf'

Restart apache service to reflex changes that have been made in virtualhost

[root@linuxhelp ~]# systemctl restart httpd

Now open your browser and type domain name there. SNAP1 This is the welcome page for the quick CMS. SNAP2 Now register by giving credentials SNAP3 This is the dashboard for the quick cms SNAP4 With this method installation of quick CMS on CentOS 8.1 comes to the end.

Tags:
sebastian
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is the requirement for QUICK CMS on CentOS 8.1?

A

It requires an Apache server.
install php 7.2 adn related modules.

Q

How to configure host entry for quick cms?

A

To configure Host entry go to the vim /etc/hosts file and enter host id and name.

Q

At which place we have to configure the virtual hosts for quick cms?

A

Using vim command go to the vim /etc/httpd/conf.d/quickcms.conf and enter required details.

Q

What is the use of Quick CMS?

A

Quick CMS is very easy and quick. It requires some knowledge of HTML and CSS to set the page and design.

Q

What does the Mobile version mean In Quick CMS 6.6v?

A

The script includes a built-in mobile version. When loading a page on your cell, you can choose a page version with fewer graphics, more content-oriented instead.

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 Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

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.