mirror of
https://github.com/10h30/wordpress-caddy-docker.git
synced 2026-06-05 15:09:52 +09:00
bfd78d7e77dad7d98d2198876a1199ac7da5f3cb
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
Installation
- Clone the repo
git clone https://github.com/cosimoscarcella/wordpress-installer.git - Go into the created folder
cd ./wordpress-installer find . -type f -iname "*.sh" -exec chmod +x {} \;
🚀 Usage
Install
- Modify passwords and variables inside
.envfile as you wish - Run shell command
sh wp-install.sh
Uninstall
- Run shell command
sh wp-uninstall.sh
Init Wordpress Installation
- Run shell command
sh wp-init.sh
Languages
Shell
100%