Bash Script to setup Wordpress (LEMP stack running inside containers)
This Script will setup and install all the required Components for the LEMP stack.
This script requires docker and docker-compose. If not found it will automatically install required packages.
This script will only run as superuser
sudo su
. ./setup.bash start -d 'example.com'
. ./setup.bash stop
. ./setup.bash delete
. ./setup.bash
foo
|--mysql
|--nginx
|--wordpress
This script is best supported on Ubuntu Linux platforms. Other platforms are supported if Docker and Docker-Compose is available.