Skip to content

Neha-dot-Yadav/php-app-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-app-deploy

This project demonstrates how we can deploy a PHP app using Ansible. It has four roles,

  1. apache - which installs and starts the apache web server on centos machine.
  2. mysql - which installs and starts mysql service on centos machine. It also creates a sample database and adds sample data for our php app in the database.
  3. php - which installs php on centos machine deploys the sample php web app.
  4. nginx - it installs nginx on centos machine and configures as a load balancer.

About

Ansible roles to deploy php web app on centos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published