kshn01 / wordpress-lemp-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordpress-lemp

This repo includes a script to create wordpress site using lemp stack.

How to run this script

To run any script, we have to make it executable.

chmod +x script.sh

Now run given command

sudo ./script.sh SITE_NAME

Subcommands

To start/Restart the containers,

sudo ./script.sh SITE_NAME enable

To Stop the containers,

sudo ./script.sh SITE_NAME disable

To Delete the containers,

./script.sh SITE_NAME delete

About


Languages

Language:Shell 100.0%