In this blog, we are going to show you how to create a WordPress website with oracle cloud free tier.
Oracle Cloud Free Tier has an easy-to-use interface which makes it the best platform to host your WordPress website. We’ll cowl the whole thing from setting up your virtual machine to putting in WordPress and configuring your website.
So, whether or not you are a small enterprise proprietor or a blogger searching to create a website, comply with alongside with our step-by-step information and get your internet site up and going for walks in no time
First, you need to create a free tier account on oracle cloud, it is free but you will need to provide a credit card for verification. Click the button below to visit the oracle cloud website and create your free tier account now!!
on the dashboard scroll down until you find Launch Resources, under Launch Resources select Create a VM instance.
Edit or fill in the following:
When done click on Create, then wait for a few minutes until the instance starts running.
1. First ingress rule put the following
2. select add another ingress rule
then select add ingress rule
Copy your IP address.
ON PC “putty”
Install putty on the search for putty gen on your Windows search bar, open putty gen.
Now search for putty and open it.
first, copy and paste the following command to get root access ” click enter after pasting commands”
sudo -i
Add port 80 for HTTP and port 443 for HTTPS on your firewall using the next commands
sudo firewall-cmd --permanent --zone=public --add-port=80/tcp
sudo firewall-cmd --permanent --zone=public --add-port=443/tcp
Reboot firewall to apply changes
sudo firewall-cmd --reload
update the list of packages of CentOS 7
sudo yum update
If you are asked any questions click “y” and “enter” to proceed
Bitnami WordPress stack image requires dependency libraries, install it with the following command.
sudo yum install ncurses-compat-libs
Install bitnami wordpress with the following command
wget https://bitnami.com/redirect/to/1448613/bitnami-wordpress-5.7.1-0-linux-x64-installer.run
execute permission on the installer package using this command.
sudo chmod 755 bitnami-wordpress-5.7.1-0-linux-x64-installer.run
execute the installer
./bitnami-wordpress-5.7.1-0-linux-x64-installer.run
do the following:
Remove Bitnami Welcome page and Banner using the following commands
sudo /opt/wordpress-5.7.1-0/apps/wordpress/bnconfig --appurl /
sudo /opt/wordpress-5.7.1-0/apps/wordpress/bnconfig --disable_banner 1
reboot the Apache server to apply changes happen.
sudo /opt/wordpress-5.7.1-0/ctlscript.sh restart apache
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Go to your domain provider select DNS records and add the following custom resource records. copy your VM IP address first
First record:
second record:
This might take up to an hour to point, if you want to check your status go to whatsmydns.com paste your domain name there and search if the IP address is the same as the one you just assigned then you are good to proceed
login to putty again and type the following command
sudo /opt/wordpress-5.7.1-0/bncert-tool
fill in the next questions like this
follow the screenshot bellow.
Now your website should be ready for use.
We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.