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

How to install Landing CMS on Ubuntu 21.04

  • 00:46 lsb_release -a
  • 00:57 wget https://github.com/Elias-Black/Landing-CMS/archive/refs/heads/master.zip
  • 01:06 unzip master.zip
  • 01:19 mv Landing-CMS-master/ /var/www/land
  • 01:38 chown -R www-data. /var/www/land
  • 01:59 chmod -R 775 /var/www/land/
  • 02:21 vi /etc/apache2/sites-available/land.conf
  • 03:04 a2dissite 000-default.conf
  • 03:26 a2ensite land.conf
  • 03:43 systemctl restart apache2
  • 03:57 vi /etc/hosts
6956

To Install Landing CMS On Ubuntu 21.04

Introduction

CMS means content management system, a tool used by both professional designers and do-it-yourselfers to create and manage content on a website. Using an easy-to-use interface, enables users to manipulate their content. Landing CMS is a Flat CMS, meaning it does not run on a database.

Dependencies Apache Web Server PHP and its modules

Installation Procedure:

Step 1: Check the OS version by using the below command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 21.04
Release:	21.04
Codename:	hirsute

Step 2: Download the Landing CMS by using wget command

root@linuxhelp:~# wget https://github.com/Elias-Black/Landing-CMS/archive/refs/heads/master.zip
--2021-12-16 20:51:00--  https://github.com/Elias-Black/Landing-CMS/archive/refs/heads/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/refs/heads/master [following]
--2021-12-16 20:51:00--  https://codeload.github.com/Elias-Black/Landing-CMS/zip/refs/heads/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.zip’

master.zip                       [   <=>                                      ]   2.25M  5.51MB/s    in 0.4s    

2021-12-16 20:51:01 (5.51 MB/s) - ‘master.zip’ saved [2360796]

Step 3: Extract the downloaded file by using the below command

root@linuxhelp:~# unzip master.zip
 inflating: Landing-CMS-master/cms/_templates/fields/input_file_uploader.php  
  inflating: Landing-CMS-master/cms/_templates/fields/input_text.php  
  inflating: Landing-CMS-master/cms/_templates/fields/textarea_html.php  
  inflating: Landing-CMS-master/cms/_templates/fields/textarea_text.php  
   creating: Landing-CMS-master/cms/_templates/forms/
  inflating: Landing-CMS-master/cms/_templates/forms/add-edit-copy_field.php  
  inflating: Landing-CMS-master/cms/_templates/forms/login.php  
  inflating: Landing-CMS-master/cms/_templates/forms/main.php  
  inflating: Landing-CMS-master/cms/_templates/forms/password.php  
  inflating: Landing-CMS-master/cms/_templates/index.php  
   creating: Landing-CMS-master/cms/add-field/
  inflating: Landing-CMS-master/cms/add-field/index.php  
   creating: Landing-CMS-master/cms/copy-field/
  inflating: Landing-CMS-master/cms/copy-field/index.php  
   creating: Landing-CMS-master/cms/edit-field/
  inflating: Landing-CMS-master/cms/edit-field/index.php  
  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  

Step 4: Move the extracted file to the apache home directory by using the below command

root@linuxhelp:~# mv Landing-CMS-master/ /var/www/land

Step 5: Change ownership of land directory by using the below command

root@linuxhelp:~# chown -R www-data. /var/www/land

Step 6: Change Permission of land directory by using the below command

root@linuxhelp:~# chmod -R 775 /var/www/land/

Step 7: Create virtual host for landing CMS by using the below command

root@linuxhelp:~# vi /etc/apache2/sites-available/land.conf

Step 8: Disable the default virtual host by using the below command

root@linuxhelp:~# a2dissite 000-default.conf
Site 000-default disabled.
To activate the new configuration, you need to run:
  systemctl reload apache2

Step 9: Enable the virtual host of landing CMS by using the below command

root@linuxhelp:~# a2ensite land.conf
Enabling site land.
To activate the new configuration, you need to run:
  systemctl reload apache2

Step 10: Restart the apache web server by using the below command

root@linuxhelp:~# systemctl restart apache2

Step 11: Create the host entry by using the below command

root@linuxhelp:~# vi /etc/hosts
192.168.6.115  www.linuxhelp1.com

Step 12: Ping servername in browser as shown in the below image vlcsnap-2021-12-20-14h02m19s835

Step 13: Create a password and login as shown in the below image vlcsnap-2021-12-20-14h02m50s454

By this to install Landing CMS on Ubuntu 21.04 has been completed

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to download the Landing CMS?

A

To download the Landing CMS by using the following link "https://github.com/Elias-Black/Landing-CMS/archive/refs/heads/master.zip"

Q

What are the top 3 CMS?

A

The top 3 CMS are WordPress, HubSpot, and Joomla.

Q

What is a landing page in CMS?

A

A landing page is a standalone web page that visitors land on after clicking a link in one of your emails or ads.

Q

Is the landing page a website?

A

A landing page can be part of a website, but you also don't need a website to have a landing page.

Q

What is a landing page used for?

A

A landing page is a follow-up to any promises that you've made in your content.

Related Tutorials in How to install Landing CMS on Ubuntu 21.04

Related Tutorials in How to install Landing CMS on Ubuntu 21.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 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 and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018

Related Forums in How to install Landing CMS on Ubuntu 21.04

Related Forums in How to install Landing CMS on Ubuntu 21.04

Linux
jayce class=
shasum command not found
May 5, 2017
Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Linux
stephan class=
How to list all samba users
Jan 12, 2018
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
pv command
muhammad class=
pvcreate command not found error
May 9, 2017
Linux
henry class=
Starting NFS daemon: rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)
Apr 25, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018

Related News in How to install Landing CMS on Ubuntu 21.04

Related News in How to install Landing CMS on Ubuntu 21.04

Anbox, the Android-to-Linux tool the developers have been waiting for
Anbox, the Android-to-Linux tool the developers have been waiting for
Apr 17, 2017
How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Linus Torvalds stops signing Linux kernel RC tarballs
Linus Torvalds stops signing Linux kernel RC tarballs
May 17, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Capsule8 Launches Linux-Based Container Security Platform
Capsule8 Launches Linux-Based Container Security Platform
Feb 14, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Symantec updates Management console product
Symantec updates Management console product
Nov 22, 2017
Latest Linux driver release feature seven AMD Vega
Latest Linux driver release feature seven AMD Vega
Mar 23, 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 Lucas ?
Various options in Top command

Am using Top command only to view the load average, what are the various options in Top command..??

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.