buch_des_monats/INSTALL.mkd

20 lines
443 B
Markdown

# About
Scrape the book list from the "Book of the month" project and generate a nice
looking visual representation of the book covers.
# Building
lein uberjar
java -jar target/buchdesmonats-1.3-standalone.jar
cp target/buchdesmonats-1.3-standalone.jar buchdesmonats-1.3.jar
docker build -t buchdesmonats .
# Running
Run this periodically:
docker run --rm -v "$PWD/public:/buchdesmonats/public/" buchdesmonats