This README provides instructions on setting up a Directus CMS and MeiliSearch environment using Docker. The setup will allow you to manage your content with Directus and enable powerful search capabilities using MeiliSearch.
Before you begin, ensure you have the following installed:
- Docker
- Docker Compose
Step 1: Clone the Repository Clone this repository to your local machine:
git clone git@github.com:weehongkoh/directus-meilisearch-docker.git
cd directus-meilisearch-docker
Step 2: Generate the key and place on the necessary properties on .env
Step 3: Build the extension:
cd extension/instant-search-extension
npm run build
Step 4: Start the service:
docker compose up -d