eclipse-pass / pass-docker

Developer-focused PASS runtime, which provides PASS and all of its dependent services using docker-compose. Provides Docker images used for production deployment of PASS.
Apache License 2.0
0 stars 16 forks source link

Doi redux #285

Closed jabrah closed 1 year ago

jabrah commented 1 year ago

Attempt 2 to get the DOI service integrated, following the rebranding changes

jabrah commented 1 year ago

Weird, the UI should no longer be mocking the DOI service calls. My local testing shows different journals for different DOIs. Can you try fully refreshing the Docker env?

./demo.sh down -v && docker system prune -af
./demo.sh pull && ./demo.sh up -d && ./demo.sh logs -f

I've been using these two DOIs for local testing:

10.4137/CMC.S38446
10.1039/c7an01256j

Note, this branch is currently deployed to https://demo.eclipse-pass.org too

jrmartino commented 1 year ago

ah, my mistake - i think it is in fact operating correctly, i misunderstood the message in the green box - we're good!