How to Install Zimplit-CMS on Opensuse15.1
How to Install Zimplit-CMS on Opensuse15.1
Requirements:
Aaache
PHP and its Module
Installation Process
To check the installed version of OS
LinuxHelp:~ # cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.1 "
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.1"
PRETTY_NAME="openSUSE Leap 15.1"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
Download the Zimplitcms through below the link
LinuxHelp:/mnt # wget https://codeload.github.com/niutech/zimplitcms/zip/master
--2019-12-05 05:04:33-- https://codeload.github.com/niutech/zimplitcms/zip/master
Resolving codeload.github.com (codeload.github.com)... 13.127.152.42
Connecting to codeload.github.com (codeload.github.com)|13.127.152.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master’
master [ <=> ] 438.61K 1.02MB/s in 0.4s
2019-12-05 05:04:33 (1.02 MB/s) - ‘master’ saved [449132]
Long listing the current directory
LinuxHelp:/mnt # ls -la
total 440
drwxr-xr-x 1 root root 12 Dec 5 05:04 .
drwxr-xr-x 1 root root 156 Dec 2 03:38 ..
-rw-r--r-- 1 root root 449132 Dec 5 05:04 master
Unzip the Downloaded Zip file by using below command
LinuxHelp:/mnt # unzip master
Archive: master
21a78d5bbd4b444a2bcaa56d71404795166cf4af
creating: zimplitcms-master/
inflating: zimplitcms-master/README.md
creating: zimplitcms-master/Z-scripts/
inflating: zimplitcms-master/Z-scripts/pclzip.lib.php
inflating: zimplitcms-master/Zconfig.php
creating: zimplitcms-master/editor/
Move the Extracted Directory under htdocs
LinuxHelp:/mnt # mv zimplitcms-master /srv/www/htdocs/
Change Ownership for the zimplit-CMS directory
LinuxHelp:/mnt # chown -R wwwrun. /srv/www/htdocs/zimplitcms-master
Change permission for the Zimplit-CMS directory
LinuxHelp:/mnt # chmod 755 /srv/www/htdocs/zimplitcms-master/*
Configure Virtual host for Accessing the Zimplit-CMS
LinuxHelp:/mnt # vim /etc/apache2/conf.d/zimplit.conf
<virtualhost *:80>
servername www.linuxhelp1.com
documentroot "/srv/www/htdocs/zimplitcms-master"
<directory "/srv/www/htdocs/">
AllowOverride All
Require all granted
</directory>
</virtualhost>
Then, Restart the Apache service to update the changes
LinuxHelp:/mnt # systemctl restart apache2
To install Zimplit-CMS open browser, In address bar type IP address of your system with zimplit.php
Eg: http://192.168.7.232/zimplit.php
Create user credential
With this, the method to install Zimplit-CMS on Opensuse15.1 comes to end
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.
Q
What are the alternative to Zimplit-CMS?
A
The alternative to Zimplit-CMS are
Grav
Bludit
Vapid
PhileCMS
Flatpress
etc..
Grav
Bludit
Vapid
PhileCMS
Flatpress
etc..
Q
What is the latest version of Zimplit-CMS?
A
The latest version of Zimplit-CMS is 3.0
Q
What is zimplit-CMS?
A
Zimplit is a Content Management System (CMS) that is extremely lightweight, simple and customizable.
It consists of only one core engine file and it does not require any database to run the application.
It consists of only one core engine file and it does not require any database to run the application.
#wget https://github.com/niutech/zimplitcms/archive/3.0.zip