Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

open-craft/quote-of-the-day-xblock

Repository files navigation

README for Quote of the day XBlock

As of 2021, this XBlock is unmaintained. It may still work but we haven't tested it.

Testing with Docker

This XBlock comes with a Docker test environment ready to build, based on the xblock-sdk workbench. To build it, run:

$ docker build -t quote_of_the_day .

Then, to run the docker image you built:

$ docker run -d -p 8000:8000 --name quote_of_the_day quote_of_the_day

The XBlock SDK Workbench, including this XBlock, will be available on the list of XBlocks at http://localhost:8000