Skip to content
Snippets Groups Projects
Verified Commit 9ad0e163 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

improve WordPress setup section of README

parent 39ed8fc5
No related branches found
No related tags found
1 merge request!115Resolve "Make theme and plugin installations persist"
Pipeline #12011 passed with stages
in 1 minute and 8 seconds
......@@ -110,10 +110,13 @@ sets up the wordpress. Each time a pod is (re)started, the init container:
### WordPress setup
After the init container is done, persistent volumes are mounted:
- A configmap containing the `.htaccess` file for the uploads dir is mounted in
wp-content/uploads/.htaccess
The WordPress core is installed into ephemeral storage. Updates to the WordPress
core should be handled by the helm chart, rather than done through the WP-admin
interface. However, the wp-content directory is mounted on a persistent volume
(as long as `persistence.enabled` is set to `true`), and a configmap containing
the `.htaccess` file for the uploads dir is mounted in
`wp-content/uploads/.htaccess`. This `.htaccess` file can be edited by editing
the `wordpress.wp_upload.htaccess` helm value.
## Importing an existing WordPress site
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment