💾 Archived View for bbs.geminispace.org › u › gritty › 20625 captured on 2024-12-17 at 15:26:59. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "I definitely want to create a game in gemini, but to do..."
I use gmcapsule, written in python by skyjake. extensible.
Oct 10 · 2 months ago
I use gmid because it has a very straightforward config and supports Fast
CGI
☯️ dragfyre [OP] · Oct 17 at 05:11:
@gritty looks like I will be using gmcapsule - it had better documentation and ended up being easier to set up in my case!
☯️ dragfyre [OP] · Oct 20 at 06:22:
Still working on this - having trouble getting Python installed and working properly on prod to run gmcapsule but there is still plenty of hope.
🖥️ mrrobinhood5 · Oct 20 at 14:41:
I've had success with pyenv and poetry, makes deployment to prod a bit easier then manually installing distro versions of Python and global packages
☯️ dragfyre [OP] · Oct 22 at 01:16:
Finally got gmcapsule up and running on prod. Just had to look up a few tweaks, but we got there in the end. Yay! Thanks everyone.
I definitely want to create a game in gemini, but to do that I'm going to have to install a new server. IIRC my current capsule is running agate because of its light footprint and ease of install, but it won't allow for interactive content; any ideas for a replacement?