jbaiter / demetsiiify

Web service for creating and hosting IIIF manifests from METS/MODS documents
https://demetsiiify.jbaiter.de
GNU Affero General Public License v3.0
34 stars 6 forks source link

Service unavailable #6

Open stweil opened 6 years ago

stweil commented 6 years ago

https://demetsiiify.jbaiter.de/ is currently not available (redirected to https://zvdd-ng.de/, then status 404 Not Found).

jbaiter commented 6 years ago

I'm currently in the midst of moving servers, I'll try to have it up and running again by the next weekend, sorry!

stweil commented 6 years ago

No problem, it's not urgent for me – just a new try to get my favourite historic newspaper shown with IIIF. :-)

zuphilip commented 6 years ago

Maybe a heroku app for demetsiiify would also be interesting and independent of any server changes?

jbaiter commented 6 years ago

@zuphilip sure, unfortunately I don't have any experience with Heroku :-/ Do they have a free tier that could work? The service needs a recent PostgreSQL database and a Redis instance for the background jobs.

zuphilip commented 6 years ago

Yes, they have free option: https://www.heroku.com/pricing and you can AFAIK use docker or docker compose. The databases seems also mentioned in the docu: https://devcenter.heroku.com/categories/data-management . However, I have to admit, that I haven't done myself anything before. @kba did some work at https://github.com/kba/rssscrpr#heroku .

kba commented 6 years ago

Yeah, they do support postgres and redis, though not sure whether in the free tier. I have used it for Node.JS and PHP projects but not in the last year and a half which seems an eternity in devops BLANK-as-a-service platform time. Today I would not bother with Procfiles, buildpacks and those heroku-specific technologies and try to get it running with docker as @zuphilip said.

https://github.com/ripienaar/free-for-dev#paas has a nice list of PaaS providers with free tiers.