Yes, I will be able to do this for $500.
We can also offer you hosting but that’s optional
In order to get started, please make a database dump (and if applicable, a zip file with your uploads / avatars) available via Dropbox, Google Drive, WeTransfer or similar and let me know where to find it.
Teddy, we had success with this tutorial up until this part:
$ bundle exec rails server
Ran the command and it just went on an endless loop outputting database info to screen. Never ran the rails server. That’s why we gave up and decided to get someone else to do it.
That SQL output is just info for the sys admin. It’s just the queries it’s running as part of its processes. It is endless until you stop it. That’s supposed to happen.
You are meant to proceed by connecting to it with a browser.
Ok so I went through the whole process again and got it up and running.
Suggestion for import tutorials: Just adding an extra comment or two to inform non-Rails guys like me what should be happening would save so much hassle. I left this running for 5 hours yesterday when all I needed to do was run Sidekiq in a separate terminal and open the browser.
So my next question is: is there a way to automatically generate an Nginx redirect map for the 45,000+ query string urls from PunBB so I can setup 301’s?