From c8b874612e212c553858f0c11e72b42c09827de5 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Thu, 29 Oct 2020 00:43:32 +0100 Subject: Added wordpress as read-only Git repo --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5dbcf6 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Setup + +Preparation: + +``` +git submodule update --init --recursive +touch wordpress/wp-config.php +mkdir -p wordpress/wp-content/uploads +mkdir -p wordpress/wp-content/languages +``` + +Edit configuration: + +``` +nano wp-config.php +``` + +Start: + +``` +docker-compose up -d +``` -- cgit v1.1