The user found the installation instructions for Isso on Fedora to be out of date and complicated. They suggest that clearer, updated instructions would help others set up Isso more easily.
I migrated my blog from Wordpress to a static site based JAMstack a while ago (like 2-3 years ago) and it's been a really robust solution that's easy to back up and actually encourages me to write more. I write all my notes in Neovim anyway so publishing stuff is literally just copy-pasting and adding a YAML header. Would recommend. A big problem with JAMstack is that it inherently doesn't have compute - you need to plug any interactive components in from a separate service. I've wanted to add comments for like a year but kept putting it off because no way I was using Disqus or whatever and adding ads and random trackers to my site. So eventually I decided to pay the cost for a VPS to host services that need proper compute, and set up Isso. Isso is not as easy to set up as I thought it would be! Mainly this is because of Python ecosystem stuff, but some of it was down to Fedora install instructions for Isso being a bit out of date. Wrote a blog post about how to use Isso on self (managed) hosting, and all of the weird little configuration steps, design decisions, stupid complications, etc. I encountered along the way. So this post is like half guide and half "Frank tries to wrangle a FOSS Python service to run properly". Hope it's helpful if anyone else wants to set up Isso or get started hosting web services in general =)