|

Setup Your Own PaaS with CapRover on Oracle Cloud Ampere A1 instance.

In this blog post, I will show the step by step process to install CapRover on Oracle Cloud Server. What is CapRover? Caprover is a Platform-as-a-Service (PaaS) solution that provides developers with the ability to easily deploy their applications. It makes it much simpler to deploy and manage web applications, as the platform takes care…

|

Spring Boot : Enabling HTTPS (SSL) Using Cloudflare Certificate

In this blog post, I will explain how to enable HTTPS (SSL) in Spring Boot applications using Cloudflare SSL certificate. For enabling SSL in Spring Boot applications we can use self signed certificate if you are running application in local development machine but in production you have to use certificate issued by Certificate Authority. In…

|

Deploying Spring Boot Applications on Oracle Cloud

In this tutorial, I will show how to deploy Spring Boot application on Oracle Cloud in Ubuntu Server and access the API from Internet. Oracle Cloud provides 2 AMD based instances (1 ocpu, 1GB RAM) with their free tier account. We will deploy the spring boot application on the one of AMD instance and make…

Setup Java Development Environment in Remote Ubuntu Desktop on Oracle Cloud

In this blog post we will setup Java development environment in Remote Desktop created based on Ubuntu server on Oracle Cloud. In my previous blog posts ( part-i, part-ii), I have shown you how to setup the free Ubuntu based remote desktop on Oracle cloud using Ampere A1 processor. Now we will install JDK, Java…