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

How to Install WordPress CMS on Oracle Linux 8.5

  • 00:40 cat /etc/os-release
  • 01:08 httpd -v
  • 01:20 mysql -V
  • 01:34 php -v
  • 01:50 wget https://wordpress.org/latest.tar.gz
  • 02:16 tar -zxf latest.tar.gz
  • 02:43 mv wordpress /var/www/html
  • 03:08 chown -R apache. wordpress
  • 03:30 chmod 775 wordpress
  • 03:45 vim /etc/httpd/conf.d/wordpress.conf
  • 04:18 systemctl restart httpd
6987

To Install WordPress CMS In Oracle Linux 8.5

Introduction:

WordPress is a popular open-source content management system (CMS). Although it was originally associated mainly with personal blogs, it has since become used for a wide variety of websites, including professional publications and e-commerce platforms.

Installation procedure:

Step 1: Check the oracle Linux version by using the below command

[root@localhost linuxhelp]# cat /etc/os-release

NAME="Oracle Linux Server"
VERSION="8.5"
ID="ol"
ID_LIKE="fedora"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Oracle Linux Server 8.5"

Step2: Install Lamp setup and check the version by using the below command

 [root@localhost linuxhelp]# httpd –v

Server version: Apache/2.4.37 (Oracle Linux)
[root@localhost linuxhelp]# mysql -V
mysql  Ver 15.1 Distrib 10.3.32-MariaDB, for Linux (x86_64) using readline 5.1
 [root@localhost linuxhelp]# php -v
PHP 7.4.29 (cli) (built: Apr 12 2022 10:55:38) ( NTS )

Step 3: Download the latest WordPress by using the below command

 [root@localhost linuxhelp]# wget https://wordpress.org/latest.tar.gz

--2022-05-15 05:17:39--  https://wordpress.org/latest.tar.gz

Resolving wordpress.org (wordpress.org)... 198.143.164.252
Connecting to wordpress.org (wordpress.org)|198.143.164.252|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18725197 (18M) [application/octet-stream]
Saving to: ‘latest.tar.gz’

latest.tar.gz            100%[=================================>]  17.86M  5.46MB/s    in 3.3s    

2022-05-15 05:17:54 (5.46 MB/s) - ‘latest.tar.gz’ saved [18725197/18725197]

Step 4: Unzip the tar file by using the below command

[root@localhost linuxhelp]# tar -zxf latest.tar.gz 

Step 5: Move the WordPress directory in html directory by using the below command

 [root@localhost linuxhelp]# mv wordpress /var/www/html 

Step 6: Change ownership to Apache by using the below command

 [root@localhost html]# chown -R apache. Wordpress

drwxr-xr-x. 5 apache apache 4096 Apr  6 00:43 wordpress

Step 7: Give Permission to WordPress by using the below command

 [root@localhost html]# chmod 775 wordpress

Step 8: Create a virtual configuration file by using the below command

 [root@localhost html]# vim /etc/httpd/conf.d/wordpress.conf

<VirtualHost *:80>
    DocumentRoot "/var/www/html/wordpress"

ServerAlias www.linuxcms.com
</VirtualHost>

Step 9: Restart the Apache service by using the below command

[root@localhost html]# systemctl restart httpd

Step 10: Switch to your browser and enter your domain name as shown in the below images snap1

snap2

With this the process of installing WordPress CMS on Oracle Linux 8.5 has come to an end.

Tags:
jackson
Author: 

Comments ( 1 )

shawngreene
Thank you! That might come in handy for me.
Add a comment

Frequently asked questions ( 5 )

Q

How to install a WordPress theme?

A

After you have selected a theme for your website, you will need to install it.
Head over to the Appearance » Themes page in the WordPress admin area and then click on the ‘Add New button on the top.

Q

Is WordPress free?

A

WordPress itself is a free, open-source web software but to use it you will need to invest in a web hosting plan.

Q

How to add a blog post or page in WordPress?

A

To add a new blog post, head over to Posts » Add New page.

Q

How to update WordPress?

A

To install an update click on the refresh/update icon or navigate to Dashboard > Updates and click the button to “Install Now.

Q

How do I change my password?

A

If your admin bar is disabled, then simply go to Users > Your Username via the dashboard.

Related Tutorials in How to Install WordPress CMS on Oracle Linux 8.5

Related Tutorials in How to Install WordPress CMS on Oracle Linux 8.5

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 Xrdp Server (Remote Desktop) on Oracle Linux 8.5
How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
Oct 17, 2022
How to install Xibo CMS in Ubuntu
How to install Xibo CMS in Ubuntu
Oct 6, 2016
How to install and update OpenSSL on Debian 11.3
How to install and update OpenSSL on Debian 11.3
Oct 21, 2022
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 and Configure Mega in Linux
How to Install and Configure Mega in Linux
Jul 19, 2016
How to Install Alfresco Community Edition in Ubuntu
How to Install Alfresco Community Edition in Ubuntu
Nov 22, 2016

Related Forums in How to Install WordPress CMS on Oracle Linux 8.5

Related Forums in How to Install WordPress CMS on Oracle Linux 8.5

Linux
jayce class=
shasum command not found
May 5, 2017
Linux
stephan class=
How to list all samba users
Jan 12, 2018
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
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Linux
baseer class=
single command to apply setfacl for multiple user at a time
Jan 23, 2018
Linux
beulah class=
What does mean by 0 0 value in fstab file
Jan 2, 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

Related News in How to Install WordPress CMS on Oracle Linux 8.5

Related News in How to Install WordPress CMS on Oracle Linux 8.5

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
Linus Torvalds stops signing Linux kernel RC tarballs
Linus Torvalds stops signing Linux kernel RC tarballs
May 17, 2017
Capsule8 Launches Linux-Based Container Security Platform
Capsule8 Launches Linux-Based Container Security Platform
Feb 14, 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
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Microsoft makes its Azure App service now available on Linux Systems
Microsoft makes its Azure App service now available on Linux Systems
Sep 7, 2017
Docker friendly Alpine Linux gets hardened Node.js
Docker friendly Alpine Linux gets hardened Node.js
Apr 19, 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 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.