From 89ba41a01ed7a7de75fb50651184707bd5a244d4 Mon Sep 17 00:00:00 2001 From: CJ Keeney Date: Tue, 7 Feb 2017 19:03:43 -0800 Subject: [PATCH] document index creation --- README.md | 7 ++++--- README.txt | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52550c8..175ad55 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ https://github.com/parisholley/wordpress-fantastic-elasticsearch/wiki ## Installation 1. Upload plugin folder to the `/wp-content/plugins/` directory -2. Activate the plugin through the 'Plugins' menu in WordPress -3. Click the 'ElasticSearch' menu item and follow the instructions on each section to configure the plugin. (be sure to save on each section) -4. Select "Enable" on "Server Settings" when you are ready for it to go live. \ No newline at end of file +1. Activate the plugin through the 'Plugins' menu in WordPress +1. Create an index on elastic search. For example, `curl -XPUT 'localhost:9200/my-index?pretty'` +1. Click the 'ElasticSearch' menu item and follow the instructions on each section to configure the plugin. (be sure to save on each section) +1. Select "Enable" on "Server Settings" when you are ready for it to go live. \ No newline at end of file diff --git a/README.txt b/README.txt index b57aaa1..e5c8737 100644 --- a/README.txt +++ b/README.txt @@ -30,8 +30,9 @@ https://github.com/parisholley/wordpress-fantastic-elasticsearch/wiki 1. Upload plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress -3. Click the 'ElasticSearch' menu item and follow the instructions on each section to configure the plugin. (be sure to save on each section) -4. Select "Enable" on "Server Settings" when you are ready for it to go live. +3. Create an index on elastic search. For example, curl -XPUT 'localhost:9200/my-index?pretty' +4. Click the 'ElasticSearch' menu item and follow the instructions on each section to configure the plugin. (be sure to save on each section) +5. Select "Enable" on "Server Settings" when you are ready for it to go live. == Screenshots ==