This workshop is intended to get the participant familiar with deploying PHP applications using DigitalOcean. Topics are becoming familiar with DigitalOcean's API, and utilizing Docker.
The goal of this workshop is to guide the participant through deploying a PHP app using two different technologies to DigitalOcean.
- A computer with a terminal client and ssh. If you are using Linux, FreeBSD, or a Mac, you have all the requirements. If you are using Windows, you can use PuTTy or a similar application.
- A DigitalOcean account.
In this section, we will review DigitalOcean and its API.
In this section, we will review a method to deploy a PHP application to DigitalOcean.
In this section, Docker will be introduced, and we will review how to integrate your application with Docker.
In this section, we will learn how to integrate Docker with our application.
In this section, we will learn how to deploy our application with Docker.