Recently, I wrote several articles about how to deploy popular Open Source applications on Oracle Cloud Infrastructure and MySQL Database Service.
Today we will see how you can deploy your own LAMP stack application using the same technique where L will stand for a compute instance (and why not the Ampere always free trier?), A stays Apache and will run in that compute instance. M stands for MySQL Database Service and P for PHP.
As usual we start by deploying a Stack by just clicking on the deploy button from GitHub:
The we are directly redirected to OCI’s dashboard and we need to accept the Terms of Use:
As soon …
[Read more]