clarkwinkelmann
In the web UI it shows no indexes found. I assume the import isn't working. I have around 5 million posts, and it took quite a while for that import to run. Visually, it looks like it's doing something, but I guess it wasn't. The import showed it importing users, discussions, and posts, if I remember correctly.
Here's php flarum info
Flarum core 1.5.0
PHP version: 7.4.32
MySQL version: 5.5.5-10.6.7-MariaDB-2ubuntu1.1
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, apcu, bcmath, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, iconv, igbinary, imagick, imap, intl, json, exif, memcache, msgpack, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, zip, memcached, Zend OPcache
+-----------------------+---------+--------+
| Flarum Extensions | | |
+-----------------------+---------+--------+
| ID | Version | Commit |
+-----------------------+---------+--------+
| flarum-flags | v1.5.0 | |
| flarum-tags | v1.5.0 | |
| flarum-suspend | v1.5.0 | |
| flarum-subscriptions | v1.5.0 | |
| flarum-sticky | v1.5.0 | |
| flarum-statistics | v1.5.0 | |
| flarum-mentions | v1.5.0 | |
| flarum-markdown | v1.5.0 | |
| flarum-lock | v1.5.0 | |
| flarum-likes | v1.5.0 | |
| flarum-lang-english | v1.5.0 | |
| flarum-emoji | v1.5.0 | |
| flarum-bbcode | v1.5.0 | |
| flarum-approval | v1.5.0 | |
| clarkwinkelmann-scout | 0.2.0 | |
+-----------------------+---------+--------+
Base URL: https://______________.com
Installation path: /var/www/archive
Queue driver: sync
Mail driver: mail
Debug mode: off
I installed Meilisearch following this:
https://docs.meilisearch.com/learn/cookbooks/running_production.html#step-1-install-meilisearch
I stopped when I got to creating a service for it, I'll do that eventually but for now I'm just running the binary in a screen session.
One thing I've noticed is, when I use the scout commands such as php flarum scout:index testindex
, there's no web request being made to Meilisearch, same with when I import indexes with php flarum scout:import-all
.
Meilisearch is installed locally to Flarum.
Does Scout expect Meilisearch to be configured with https? Maybe that's why it doesn't hit it. I didn't go that far.