• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to Install Wonder CMS on RHEL7.6

  • 00:31 cat /etc/os-release
  • 01:19 cd Downloads/
  • 01:22 unzip WonderCMS-3.1.1.zip
  • 01:35 mv wondercms/ /var/www/wonder
  • 01:48 cd /var/www/wonder/
  • 01:55 touch functions.php
  • 02:08 chown -R apache. ./
  • 02:20 chmod -R 755 ./
  • 02:34 vim /etc/httpd/conf.d/wonder.conf
  • 02:54 vim /etc/hosts
  • 03:16 systemctl restart httpd
{{postValue.id}}

How to Install Wonder CMS on RHEL7.6

Introduction:

WonderCMS is a free, open source and small flat file content management system used for building websites It lets you edit content with its in-page editing function. This tutorial covers the method to install Wonder CMS on RHEL7.6

Pre-requisite

Apache 2.4

Mariadb 10.3

PHP - 7.2 and modules ( php-gd php-curl php-mbstring php-zip php-mcrypt )

Installation Process

First, check the version of the OS you are using by running the following command.

[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"

Change Directory to Download

[root@linuxhelp ~]# cd Downloads/

Long listing the current directory

[root@linuxhelp Downloads]# ls -la
total 32
drwxr-xr-x.  2 root root  4096 Aug 27 16:11 .
dr-xr-x---. 17 root root  4096 Aug 27 16:06 ..
-rw-r--r--   1 root root 22021 Aug 27 16:11 WonderCMS-3.1.1.zip

Unzip the wonderzip file

[root@linuxhelp Downloads]# unzip WonderCMS-3.1.1.zip 
Archive:  WonderCMS-3.1.1.zip
  creating: wondercms/
 inflating: wondercms/.htaccess     
  creating: wondercms/themes/
  creating: wondercms/themes/essence/
 inflating: wondercms/themes/essence/summary  
  creating: wondercms/themes/essence/css/
 inflating: wondercms/themes/essence/css/style.css  
extracting: wondercms/themes/essence/version  
 inflating: wondercms/themes/essence/theme.php  
 inflating: wondercms/index.php     

move the wonder cms under apache root directory

[root@linuxhelp Downloads]# mv wondercms/ /var/www/wonder

Change directory to wonder

[root@linuxhelp Downloads]# cd /var/www/wonder/

Create a file called functions.php

[root@linuxhelp wonder]# touch functions.php

We have to Change ownership and permission for the directory

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

After this, we have to configure virtualhost for wonder cms

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

Then, make an entry in hosts file

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

Finally restart the apache service to update the changes

[root@linuxhelp wonder]# systemctl restart httpd

Navigate to the browser, In new tab provide domain address 1

Copy the given password then login with that password 2 3 4 After logged in go to the setting options where click on security then update your password 5

With this, the method to install Wonder CMS comes to end.

Tags:
matthew
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is Wonder CMS?

A

WonderCMS is a free, open source and small flat file content management system used for building websites.

Q

What are the Pre-requisite to install Wonder CMS?

A

The Pre-requisite to install Wonder CMS is Apache, Mariadb, PHP - 7.2 and modules (php-gd php-curl php-mbstring php-zip php-mcrypt)

Q

How do I find all my attachments?

A

To find your list of attachments that you have uploaded, go to your User Control Panel and follow the links to the attachments section.

Q

Does Wonder CMS need database to install?

A

No database is required to install Wonder CMS

Q

How to custom the Login URL In Wonder CMS?

A

Go the location of the extracted files of Wonder CMS, edit the database.js in a text editor and give the Login URL to customize and save the changes.

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 David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

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.