Algolia plugin indexation

Hi @matthieu_lamarque,

I’d love to get this working! But I’m having some issues with the Docker install.

If you follow the original instructions, it won’t work, since it’ll be removed after a rebuild. So I guess I need to somehow get this into the app.yml

Simply adding any of the following variations to app.yml yields errors and I don’t have the Ruby/Docker knowledge to debug them properly.

bundle exec rake plugin:install repo=https://github.com/mlamarque/algoliasearch-discourse.git
rake plugin:install repo=https://github.com/mlamarque/algoliasearch-discourse.git
git clone https://github.com/mlamarque/algoliasearch-discourse.git

They all yield (a variation of) NameError: uninitialized constant AlgoliaSearch

I have a feeling it’s a simple fix, if you or anyone else can, please help :slight_smile: