watermark logo

7 Views· 15/12/23· How to

Free Website Hosting on Oracle Cloud Free Part 3


TechInfo
Subscribers

In this tutorial we will look at installing a Cloud Control Panel.
we look at installing Wordpress through the Cloud Panel
we, log in to the cloud panel and add a subdomain
we set up an Free SSL Certificate

Command Line entries used:
sudo su -

apt update && apt -y upgrade && apt -y install curl wget sudo

curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \
echo "85762db0edc00ce19a2cd5496d1627903e6198ad850bbbdefb2ceaa46bd20cbd install.sh" | \
sha256sum -c && sudo CLOUD=oci bash install.sh

Show more


0 Comments