How to Deploy Websites on Oracle Cloud Free Tier
31 October, 2022
16
16
0
Contributors
What is Oracle Cloud Free Tier?
•
•
•
•
Create free VM on Oracle Cloud
Oracle Cloud - Hamburger menu -> Compute -> Instances
Oracle Cloud - Create Instance
Oracle Cloud - Create Instance -> Edit Image and Shape
Oracle Cloud - Create Instance -> Edit Image and Shape -> Change Image
Oracle Cloud - Generate an SSH key pair
Oracle Cloud - Hamburger menu -> Networking -> Virtual Cloud Networks
Oracle Cloud - Virtual Cloud Networks -> vcn-* -> subnet-* -> Default Security List for vcn-* -> Add Ingress Rules
vcn-*
→ subnet-*
→ Default Security List for vcn-*
. Click the “Add Ingress Rules” button. Allow traffic to Port 80 (HTTP) and 443 (HTTPS). port 80
and port 443
in the iptable.How to create a WordPress website for free on Oracle Cloud Free Tier
I. Install LEMP stack on Ubuntu
II. Download the latest WordPress
III. Configure Database
IV. Configure NGINX
V. Restart NGINX
How to self-host Ghost website for free on Oracle Cloud Free Tier
I. Install NGINX, MySQL
II. Enable and Configure MySQL database
III. Install NodeJS 16.x on Ubuntu
IV. Install Ghost CMS on Ubuntu
wordpress
oracle
ghost
develevate
howto