Oracle Cloud
Deploy your application to Oracle Cloud
Steps
- Log in to Oracle Cloud
- Create a new
Compute Instance - Go to
Image and Shape - Select
Ubuntu 20.04 LTSand Shape
- Add SSH Key, make sure to add the public key of your SSH key
- Login to the instance
ssh ubuntu@ip-address-of-instance
If you cannot access to the instance because you se connection refused error, you can try adding a Public Subnet IPv4 CIDR Block to the instance, go to your instance and then Quick Actions -> Connect public subnet to internet -> Create
- Run
sudo su - Run
curl -sSL https://hawiyat.org/install.sh | sh - By default oracle cloud have blocked the ports only the 22 is open, you can change in your instance -> attached VNICs -> click on
subnetLink -> go toSecurity Lists->Inbound Rules-> Click ondefault security list for vncLink -> Go to ingress rules -> add a ingress rule -> on source CIDR0.0.0.0/0and save. - Go to
ip-address-of-instance:3000and you will see the dashboard.