https://github.com/computestacks/cs-docker-es-for-wp
ElasticSearch for Wordpress
https://github.com/computestacks/cs-docker-es-for-wp
container-image docker-image elasticsearch wordpress-plugin
Last synced: over 1 year ago
JSON representation
ElasticSearch for Wordpress
- Host: GitHub
- URL: https://github.com/computestacks/cs-docker-es-for-wp
- Owner: ComputeStacks
- Created: 2023-04-09T23:59:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T00:39:03.000Z (about 3 years ago)
- Last Synced: 2025-01-10T15:23:15.784Z (over 1 year ago)
- Topics: container-image, docker-image, elasticsearch, wordpress-plugin
- Language: Dockerfile
- Homepage:
- Size: 4.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComputeStacks images for running ElasticSearch with Wordpress
This repo containers the two images required in order to make ElasticSearch and Wordpress work together:
* [ElasticSearch](https://github.com/ComputeStacks/cs-docker-es-for-wp/tree/main/elasticsearch/v6)
* The nginx [load balancer](https://github.com/ComputeStacks/cs-docker-es-for-wp/tree/main/nginx-lb/v1)
In order to use this, you will need to install the [ElasticPress](https://wordpress.org/plugins/elasticpress/) wordpress plugin.
## Configuring ElasticPress
1. After installing the plugin in wordpress and activating it, navigate to the plugin settings and choose the "Self-Hosted" option.
2. Add in your ElasticSearch URL. You can find your URL by:
* (a) Navigate to the ElasticSearch service in your project.
* (b) Your URL will be the only URL listed under 'Domains'.
* (c) Your Password will also be shown on this page. Click 'show' to reveal it.
Your URL will be in the format: `https://admin:PASSWORD@URL`
3. After entering your URL, continue through the ElasticPress setup wizard.