• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install Landing CMS on RHEL7.6

  • 00:21 cat /etc/os-release
  • 00:30 wget https://github.com/Elias-Black/Landing-CMS/archive/0.0.6.zip
  • 00:41 unzip 0.0.6.zip
  • 00:50 mv Landing-CMS-0.0.6 /var/www/landing
  • 01:02 cd /var/www/landing/
  • 01:12 chown -R apache. ./
  • 01:16 chmod -R 755 ./
  • 01:26 vim /etc/httpd/conf.d/landing.conf
  • 01:47 vim /etc/hosts
  • 01:57 systemctl restart httpd
6342

How to Install Landing CMS on RHEL7.6

Introduction:

Landing CMS is a simple and cross-platform for management landing pages. It doesn't use any databases. In this tutorial we are going to learn the method to install the Landing CMS on RHEL 7.6.

Prerequisite:

Apache

PHP and modules(php-gd php-pdo php-mbstring php-mcrypt php-mysql php-simplexml php-pecl-zip php-imap)

Installation process

First we need check the version of the OS. Run the following command for the same.

[root@linuxhelp ~]# cat /etc/os-release
NAME="Red Hat Enterprise Linux Server"
VERSION="7.6 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.6"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.6 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.6:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.6
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.6"

After installed prerequisite, Download the landing cms using the below link

[root@linuxhelp ~]# wget https://github.com/Elias-Black/Landing-CMS/archive/0.0.6.zip
--2020-08-29 09:28:33--  https://github.com/Elias-Black/Landing-CMS/archive/0.0.6.zip
Resolving github.com (github.com)... 13.234.210.38
Connecting to github.com (github.com)|13.234.210.38|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/Elias-Black/Landing-CMS/zip/0.0.6 [following]
--2020-08-29 09:28:34--  https://codeload.github.com/Elias-Black/Landing-CMS/zip/0.0.6
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: ‘0.0.6.zip’
   [             <=>                                                                    ] 23,59,509    928KB/s   in 2.5s   
2020-08-29 09:28:36 (928 KB/s) - ‘0.0.6.zip’ saved [2359509]

Unzip the downloaded file

[root@linuxhelp ~]# unzip 0.0.6.zip
Archive:  0.0.6.zip
61d4ba5ff68cfe80e7f5a19d7d0e42d6c242acc0
  creating: Landing-CMS-0.0.6/
 inflating: Landing-CMS-0.0.6/LICENSE  
 inflating: Landing-CMS-0.0.6/README.md  
  creating: Landing-CMS-0.0.6/assets/
  creating: Landing-CMS-0.0.6/assets/_cms/
 inflating: Landing-CMS-0.0.6/assets/vendor/responsive_filemanager_9.12.1/filemanager/img/ico/dwg.jpg  
….
……
  creating: Landing-CMS-0.0.6/modules/
 inflating: Landing-CMS-0.0.6/modules/rand_num.php  
 inflating: Landing-CMS-0.0.6/robots.txt  

After the unzip, move the directory under the apache root directory named as landing

[root@linuxhelp ~]# mv Landing-CMS-0.0.6 /var/www/landing

Change location to landing

[root@linuxhelp ~]# cd /var/www/landing/

Now, we have set ownership and permission for the landing directory

[root@linuxhelp landing]# chown -R apache. ./
[root@linuxhelp landing]# chmod -R 755 ./

After, configure the virtualhost for landing cms

[root@linuxhelp landing]# vim /etc/httpd/conf.d/landing.conf

Then, make a host entry

[root@linuxhelp landing]# vim /etc/hosts

After completing the configuration restart the apache service

[root@linuxhelp landing]# systemctl restart httpd

Go to the browser where provide your domain name in address tab 1

This is the landing cms home page, where click on Go to CMS option 2

Here create the password for admin account 3

4

With this, the method to install Landing CMS comes to an end.

Tags:
jacob
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is Landing CMS?

A

Landing CMS is a simple and cross-platform for management of landing pages. It doesn't use any databases.

Q

What are the prerequisite to install landing cms?

A

The prerequisite to install landing cms is Apache, PHP and modules(php-gd php-pdo php-mbstring php-mcrypt php-mysql php-simplexml php-pecl-zip php-imap)

Q

What are the features enabled in Admin panel of Landing CMS?

A

Following are the list of features enabled in Admin panel on Landing CMS,
String

Multiple line text

WYSIWYG Field

Checkbox

Color Picker

File Uploader

Group of Fields

Q

Is Landing CMS Opensource Application?

A

Landing CMS is free and opensource application.

Q

How to create separate access and error log for Landing CMS?

A

Enable custom access and error log in the virtual host file for Landing CMS.

Related Tutorials in How to Install Landing CMS on RHEL7.6

Related Tutorials in How to Install Landing CMS on RHEL7.6

How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to Install Pligg - Content Management System
How to Install Pligg - Content Management System
Jul 26, 2016
How to install Xibo CMS in Ubuntu
How to install Xibo CMS in Ubuntu
Oct 6, 2016
How to Install Tiki Wiki CMS on Ubuntu 19.04
How to Install Tiki Wiki CMS on Ubuntu 19.04
May 28, 2019
How to Install Alfresco Community Edition in Ubuntu
How to Install Alfresco Community Edition in Ubuntu
Nov 22, 2016
How to install PhpBB 3.2.2 on Ubuntu 18.04
How to install PhpBB 3.2.2 on Ubuntu 18.04
Jun 21, 2018
How to enable repositories on RHEL7.6 without Red Hat-Subscription
How to enable repositories on RHEL7.6 without Red Hat-Subscription
Sep 5, 2020
How to check the lsb_release of your redhat based Linux distros
How to check the lsb_release of your redhat based Linux distros
Jun 8, 2018

Related Forums in How to Install Landing CMS on RHEL7.6

Related Forums in How to Install Landing CMS on RHEL7.6

redhat
ethan class=
How to fix "container-selinux >= 2:2.74" issue while Installing Docker-CE on RHEL7.6
Aug 25, 2020
Pligg
aiden class=
CMS : Pligg install on opensuse
Oct 6, 2017
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Content Management System (CMS)
mason class=
REQUIRED PDO library with pdo_sqlite extension is not available.
May 9, 2019
redhat
BlackRishi class=
RHVM_installation issuses
Jul 31, 2019
redhat
atly class=
How to install qcow2 images on a virtual machine on rhev 7.5
Jan 2, 2019
Linux
jackbrookes class=
ResourceSpace config error on AWS Instance
Mar 21, 2018
OpenSUSE
niklaus class=
How to configure typesetter on opensuse
Oct 4, 2017

Related News in How to Install Landing CMS on RHEL7.6

Related News in How to Install Landing CMS on RHEL7.6

WordPress and Joomla websites infected by new backdoor malware
WordPress and Joomla websites infected by new backdoor malware
May 31, 2019
Red Hat Enterprise Linux 6.9 Hits Beta
Red Hat Enterprise Linux 6.9 Hits Beta
Jan 6, 2017
Red Hat initiates new pilot program to ease into Digital Transformation
Red Hat initiates new pilot program to ease into Digital Transformation
Mar 30, 2017
Red Hat Preconized Red Hat Openstack Platform 11
Red Hat Preconized Red Hat Openstack Platform 11
May 10, 2017
Red Hat Enterprise Linux 7.7 beta rolled out
Red Hat Enterprise Linux 7.7 beta rolled out
Jun 7, 2019
IBM TO ACQUIRE RED HAT
IBM TO ACQUIRE RED HAT
Nov 15, 2018
Oracle Vulnerability Exploited in the Wild
Oracle Vulnerability Exploited in the Wild
Jun 25, 2019
Red Hat propels Linux towards the “Four Footprints of Technology”
Red Hat propels Linux towards the “Four Footprints of Technology”
Aug 4, 2017
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 Sebastian ?
How to change non required to required field in SuiteCRM Custom/Default Modules

How to change not required to the required field in SuiteCRM Custom/Default Modules?

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.