How to install Zimplit CMS on CentOS 7.5

Installation of zimplit cms 3.0 on centos 7.5

Installation procedure

To view the lamp setup follow the below link

You need to configure the LAMP setup For the Installation of zimplit CMS If you dont have the Lamp setup Refer Here

Check the centos version by using the following command

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

Download the zimplit cms package using wget command

[root@linuxhelp ~]# wget https://github.com/niutech/zimplitcms/archive/3.0.zip
--2019-04-09 13:46:46--  https://github.com/niutech/zimplitcms/archive/3.0.zip
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/niutech/zimplitcms/zip/3.0 [following]
--2019-04-09 13:46:47--  https://codeload.github.com/niutech/zimplitcms/zip/3.0
Resolving codeload.github.com (codeload.github.com)... 192.30.253.120, 192.30.253.121
Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘3.0.zip’
    [        <=>                                                ] 446,272      184KB/s   in 2.4s   
2019-04-09 13:46:51 (184 KB/s) - ‘3.0.zip’ saved [446272]

Once the Download is completed extract the download package by using the following command

[root@linuxhelp ~]# unzip 3.0.zip
Archive:  3.0.zip
c88bcee6f23b0277309e52d421fa84545843b370
   creating: zimplitcms-3.0/
  inflating: zimplitcms-3.0/README.md  
   creating: zimplitcms-3.0/Z-scripts/
  inflating: zimplitcms-3.0/Z-scripts/pclzip.lib.php  
  inflating: zimplitcms-3.0/Zconfig.php  
   creating: zimplitcms-3.0/editor/
.
.
.
.
Inflating: zimplitcms-3.0/editor/logo/logo_2.gif  
  inflating: zimplitcms-3.0/editor/user.php  
  inflating: zimplitcms-3.0/editor/zimplit-config.php  
  inflating: zimplitcms-3.0/editor/zimplitTemplate.js  
  inflating: zimplitcms-3.0/editor/zimplitTemplate_new.js  
  inflating: zimplitcms-3.0/editor/zimplitTemplate_new.js.php  
  inflating: zimplitcms-3.0/editor/zimplitTemplate_site.js  
  inflating: zimplitcms-3.0/editor/zimplit_default_modules.js  
  inflating: zimplitcms-3.0/editor/zimplit_gui.js  
  inflating: zimplitcms-3.0/editor/zimplit_js.php  
  inflating: zimplitcms-3.0/editor/zimplit_views.js  
  inflating: zimplitcms-3.0/zimplit.php  

Move the zimplit cms directory to apache root directory

[root@linuxhelp ~]# mv zimplitcms-3.0 /var/www/zimplit

change ownership and file execution permission for the zimplit cms by using the following command.

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

Configure a virtual host for zimplit cms by using this command

[root@linuxhelp ~]# vim /etc/httpd/conf.d/zimplit.conf
<Virtualhost *:80>
        Servername www.linuxhelp1.com
        documentroot /var/www/zimplit
</Virtualhost>

Once the above step is completed restart the apache service

[root@linuxhelp ~]# systemctl restart httpd

Switch over to the browser and enter the URL as www.linuxhelp1.com/zimplit.php.

The installation page of Zimplit opens in the browser and enter the following details and click Start option to start the installation procedure.

The installation procedure of Zimplit CMS is complete and copy the URL displayed in the browser and click OK.

This is the zimplit cms dashboard

The installation of zimplit cms on centos 7.5 comes to end

FAQ
Q
What are the requirements of Zimplit CMS on centos?
A
Install Apache HTTP Server On Centos

Install PHP 7.0 And Related Modules
Q
How to download the installation package of Zimplit CMS on centos?
A
Download the installation package by using the wget command.


#wget https://github.com/niutech/zimplitcms/archive/3.0.zip
Q
How to configure the host entry on zimplit CMS?
A
Enter into #vim /etc/hosts



Q
What is Zimplit CMS?
A
Zimplit is an extremely lightweight, simple and easy-to-customize Content Management Systems(CMS), and it is considered to be one of the easiest CMS tools ever made. Since Zimplit consists of only one core engine file, there is no
Q
What is Zimplit's site-edit toolbar?
A
Zimplit's site-edit toolbar can be customized as well to suit the color scheme and editing needs of the reseller and their target market.