Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1008 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 1008 Bytes

tests

Installation

Uses the current stable release of the Meilisearch Docker image.

With DDEV installed, run this command:

ddev get kevinquillen/ddev-meilisearch

Configuration

The Meilisearch container is reached at hostname: "meilisearch", port: 7700.

Outside of the container, you can visit 127.0.0.1:7700/health in your browser to verify health status.

The default API key for Meilisearch is ddev. You can provide your own by adding to .ddev/.env in your project, and adding the MEILI_MASTER_KEY variable:

MEILI_MASTER_KEY=my_api_key_value

Admin Dashboard

tbd

Drupal and Search API

If you are using Drupal, you can use Search API and the Search API Meilisearch modules to connect to the running Meilisearch instance.

Originally Contributed by kevinquillen