meilisearch/cloud-providers

Write the `provisioner` 2 - Configuration of the image to launch Meilisearch

Closed this issue · 1 comments

Configuration of the image to launch Meilisearch

  • Create a Meilisearch system user and give it the permission to the folder /var/opt/meilisearch
  • Move all provisioned files to the right place (including script and configuration files)
    • meilisearch.service
    • 000-set-meili-env.sh
    • 001-setup-prod.sh
    • 99-meilisearch-motd
  • Add MEILISEARCH_ENV_PATH to .bashrc
  • Add meilisearch-setup to aliases and auto-run
  • Change execution right of Meilisearch binary
  • Launch Meilisearch via systemctl

Done during the integration team hackthon