From bfd78d7e77dad7d98d2198876a1199ac7da5f3cb Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Mon, 11 Mar 2024 14:49:56 +0700 Subject: [PATCH] Update README.md --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/README.md b/README.md index 8ff2094..3fdd6ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,54 @@ # wordpress-caddy-docker A docker-composed based platform for running WordPress with Caddy server V2 + +## 🏃 Getting Started + +To get your WordPress installation running follow these simple steps. + +### Prerequisites + +* [Docker](https://www.docker.com/) +* [Docker Compose](https://docs.docker.com/compose/) + + +### Installation + +1. Clone the repo + ```sh + git clone https://github.com/cosimoscarcella/wordpress-installer.git + ``` +2. Go into the created folder + ```sh + cd ./wordpress-installer + find . -type f -iname "*.sh" -exec chmod +x {} \; + ``` + +

(back to top)

+ + + + +## 🚀 Usage + +### Install + +1. Modify passwords and variables inside ```.env``` file as you wish +2. Run shell command + ```sh + sh wp-install.sh + ``` + + +### Uninstall + +1. Run shell command + ```sh + sh wp-uninstall.sh + ``` + +### Init Wordpress Installation + +1. Run shell command + ```sh + sh wp-init.sh + ```