iftechfoundation / ifdb

The software behind the Interactive Fiction Database (IFDB)
Other
23 stars 18 forks source link

Ifarchive-tuid-report: normalize urls #346

Open dfabulich opened 1 week ago

dfabulich commented 1 week ago

This required me to add composer support, but I struggled with it mightily. I'm not at all sure I'm handling that the "right way."

I'm checking in the vendor directory. There's some debate online about whether that's the "right way," but it means that other developers won't have to run composer, which is maybe a good thing.

To facilitate this, I've set up some scripts that allow me to install composer in the Docker instance, run composer there, then clean up, (so we don't expose our composer.json or composer.lock file publicly).