How to Install Zimplit-CMS on Opensuse15.1
- 00:25 cat /etc/os-release
- 00:42 wget https://codeload.github.com/niutech/zimplitcms/zip/master
- 00:52 unzip master
- 01:03 mv zimplitcms-master /srv/www/htdocs/
- 01:16 chown -R wwwrun. /srv/www/htdocs/zimplitcms-master
- 01:34 chmod 755 /srv/www/htdocs/zimplitcms-master/*
- 01:51 vim /etc/apache2/conf.d/zimplit.conf
- 02:07 systemctl restart apache2
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
Comments ( 0 )
No comments available