Skip to content

A Simple Schell script and a bunch of docker files to spin up containers with intuitive commands

Notifications You must be signed in to change notification settings

JayShamnani/SystemsEngineer-JayShamnani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemsEngineer-JayShamnani

Bash Script to setup Wordpress (LEMP stack running inside containers)

This Script will setup and install all the required Components for the LEMP stack.

Project setup

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

to run containers

. ./setup.bash start -d 'example.com'

to stop containers

. ./setup.bash stop

to delete containers and clean up

. ./setup.bash delete

to get help

. ./setup.bash

Directory Structure

foo

|--mysql

|--nginx

|--wordpress

Special Notes

This script is best supported on Ubuntu Linux platforms. Other platforms are supported if Docker and Docker-Compose is available.

Screen Shots

Releases

No releases published

Packages

No packages published