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

How to Install Landing cms on centos 8

  • 00:22 rpm -q centos-release
  • 00:39 wget https://github.com/Elias-Black/Landing-CMS/archive/master.zip
  • 00:57 unzip master.zip
  • 01:09 mv Landing-CMS-master/ /var/www/landing
  • 01:24 chown -R apache:apache /var/www/landing
  • 01:40 chmod -R 755 /var/www/landing
  • 01:54 vim /etc/httpd/conf.d/landing.conf
  • 03:10 systemctl restart httpd
6325

How to Install Landing cms on centos 8

Landing CMS is a simple and cross-platform for management landing pages. It doesn't use any databases. In this tutorial, we will cover the installation of Landing cms on centos 8.

Installation Process

Check the centos version by using command

[root@linuxhelp ~]# rpm -q centos-release
centos-release-8.1-1.1911.0.8.el8.x86_64

Download the landing cms by using the following command

[root@linuxhelp ~]# wget https://github.com/Elias-Black/Landing-CMS/archive/master.zip
--2020-08-26 15:30:03--  https://github.com/Elias-Black/Landing-CMS/archive/master.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/master [following]
--2020-08-26 15:30:05--  https://codeload.github.com/Elias-Black/Landing-CMS/zip/master
Resolving codeload.github.com (codeload.github.com)... 13.233.43.20
Connecting to codeload.github.com (codeload.github.com)|13.233.43.20|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master.zip’
master.zip                  [                   <=>       ]   2.25M   653KB/s    in 3.8s    
2020-08-26 15:30:10 (599 KB/s) - ‘master.zip’ saved [2360796]

Extract the downloaded file by using the following command

[root@linuxhelp ~]# unzip master.zip 
Archive:  master.zip
f036d8bfa3795e797ca4201f8ef7178fe9084568
   creating: Landing-CMS-master/
  inflating: Landing-CMS-master/LICENSE  
  inflating: Landing-CMS-master/README.md  
   creating: Landing-CMS-master/assets/
   creating: Landing-CMS-master/assets/_cms/
   creating: Landing-CMS-master/assets/_cms/css/
  inflating: Landing-CMS-master/assets/_cms/css/main.css  
  inflating: Landing-CMS-master/assets/_cms/css/no_js.css  
   creating: Landing-CMS-master/assets/_cms/img/
 extracting: Landing-CMS-master/assets/_cms/img/50-black.png  
 extracting: Landing-CMS-master/assets/_cms/img/50-white.png  
 extracting: Landing-CMS-master/assets/_cms/img/icon-collapse.png  
.
.
.
inflating: Landing-CMS-master/cms/index.php  
   creating: Landing-CMS-master/cms/login/
  inflating: Landing-CMS-master/cms/login/index.php  
   creating: Landing-CMS-master/cms/password/
  inflating: Landing-CMS-master/cms/password/index.php  
  inflating: Landing-CMS-master/index.php  
  inflating: Landing-CMS-master/install.php  
   creating: Landing-CMS-master/modules/
  inflating: Landing-CMS-master/modules/rand_num.php  
  inflating: Landing-CMS-master/robots.txt  

Move the Landing cms to apache root directory

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

Set the ownership for Landing cms

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

Set the permission for Landing cms

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

Configure the virtualhost for Landing cms

[root@linuxhelp ~]# vim /etc/httpd/conf.d/landing.conf
<virtualhost *:80>
        Servername www.linuxhelp1.com
        Documentroot /var/www/landing
<directory /var/www/landing>
allowoverride all
allow from all
</directory>
</virtualhost>

Once all the setup is completed Restart the apache service

[root@linuxhelp ~]# systemctl restart httpd

Go to the browser and enter the domain name snap1 This is the welcome page of landing cms snap2 Create a new password for landing cms snap3 Add the content filed on landing cms snap4 snap5 The content is added successfully snap6 With this the installation of landing cms on centos 8 comes to end.

Tags:
gabriel
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is the Landing CMS?

A

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

Q

What version of PHP is recommended for Landing CMS?

A

Version Php5.6 and above is recommended for Landing CMS.

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.

Q

Is Landing CMS Opensource Application?

A

Landing CMS is free and opensource application.

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

Related Tutorials in How to Install Landing cms on centos 8

Related Tutorials in How to Install Landing cms on centos 8

How To Install AnyDesk on Centos 7
How To Install AnyDesk on Centos 7
Apr 2, 2018
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 PHP ImageMagick on CentOS 7
How to install PHP ImageMagick on CentOS 7
Nov 4, 2017
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
Jun 4, 2019
How to install Apache from Source Code on CentOS 7
How to install Apache from Source Code on CentOS 7
Oct 21, 2017
How to enable or disable repositories in CentOS
How to enable or disable repositories in CentOS
Mar 28, 2018
How to install AWStats on CentOS 7
How to install AWStats on CentOS 7
Dec 8, 2017
How to install Apache JMeter in CentOS 7
How to install Apache JMeter in CentOS 7
Mar 24, 2017

Related Forums in How to Install Landing cms on centos 8

Related Forums in How to Install Landing cms on centos 8

CentOS
connor class=
How To Completely Remove Apache package On CentOS 7.6
May 14, 2019
CentOS
ceriaimmaculate class=
setfacl : command not found
Jan 3, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018
CentOS
landon class=
Command to find SNMP Version
May 28, 2018
CentOS
arjitharon class=
cannot start minio service help
Mar 10, 2018
Pligg
aiden class=
CMS : Pligg install on opensuse
Oct 6, 2017
Apache tomcat
AadrikaAnshu class=
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
Jun 17, 2019
gitlab
caden class=
Insufficient space in download directory /var/cache/yum/x86_64/6/base/packages
Jul 22, 2019

Related News in How to Install Landing cms on centos 8

Related News in How to Install Landing cms on centos 8

WordPress and Joomla websites infected by new backdoor malware
WordPress and Joomla websites infected by new backdoor malware
May 31, 2019
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 keel johnston ?
Unhide the folders on windows Explorer

Give any solutions to unhide folder using command prompt?

forum3

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.