aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-10-29 00:43:32 +0100
committerPhilipp Le <philipp-le-prviat@freenet.de>2020-10-29 00:43:32 +0100
commitc8b874612e212c553858f0c11e72b42c09827de5 (patch)
tree529ca9251f26e17863a553cd625ca505f169fdeb /README.md
parente18d7c2edb85d62121f1219a4f420d4f12181bc2 (diff)
downloadfarafeit-wp-docker-compose-c8b874612e212c553858f0c11e72b42c09827de5.zip
farafeit-wp-docker-compose-c8b874612e212c553858f0c11e72b42c09827de5.tar.gz
farafeit-wp-docker-compose-c8b874612e212c553858f0c11e72b42c09827de5.tar.bz2
Added wordpress as read-only Git repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
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
+```