Mike
Mike
@JoshDi Thanks for the guidance. I'll take a shot at getting live indexing set up. I may hit you up with any additional questions.
@JoshDi Looks like I just ran into my first hurdle. When trying to enable live indexing and running this command: `sudo docker-compose exec indexer python -m sir amqp_setup` I receive...
@JoshDi I'm still running into the same errors. As of right now, I have a clean working install of the slave server (restored from yesterday's install before I tried setting...
This may be a dumb question, but do I have to follow all the instructions on the AMQP page listed in Step 2? 2. Make indexer goes through [AMQP Setup](https://sir.readthedocs.io/en/latest/setup/index.html#amqp-setup)...
I think I finally figured it out. It appears that my `mq` instance did not create user `sir` as expected. Followed instructions in this post [AMQP Setup Fails connecting to...
@justinthiele Yes I was able to get it working! (However, I've since setup live indexing) I created a cron job on my local machine by doing the following: Step #1...