Welcome to WordPress. I installed WordPress in Oracle Cloud.
I would like to build and run general REST API server. Also I would like to build server via Jenkins(CI/CD). But instance’s memory is only 1 GB in Oracle Cloud. So Jenkins cannot be installed. I give up installing Jenkins and installed other things necessary for programming.
I saw some blog that describe to install Jenkins on Oracle Cloud. And I installed Jenkins successfully. Follow https://www.jenkins.io/doc/book/installing/linux/.
I installed Database, docker, Java JDK and Nginx. Database include MariaDB, PostgreSQL, MongoDB. Java JDK include Java 8, Java 11 and Java 17. I would like to test my programs in here.