https://github.com/bryanl/workshop-php-bootstrap
https://github.com/bryanl/workshop-php-bootstrap
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanl/workshop-php-bootstrap
- Owner: bryanl
- Created: 2015-07-14T13:38:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T18:58:43.000Z (almost 11 years ago)
- Last Synced: 2025-06-25T03:40:10.916Z (about 1 year ago)
- Language: Python
- Size: 521 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying PHP Apps to DigitalOcean
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.
## Requirements
* 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](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) or a similar application.
* A DigitalOcean account.
## Syllabus
### [1. Exploring DigitalOcean](1 exploring digitalocean)
In this section, we will review DigitalOcean and its API.
### [2. Deploying our PHP application](2 deploying with fabric)
In this section, we will review a method to deploy a PHP application to DigitalOcean.
### [3. Introducing Docker](3 starting with docker)
In this section, Docker will be introduced, and we will review how to integrate your application with Docker.
### [4. Docker and our application](4 docker and our app)
In this section, we will learn how to integrate Docker with our application.
### [5. Deploying with Docker](5 deploying with docker)
In this section, we will learn how to deploy our application with Docker.