buch_des_monats/INSTALL.mkd

20 lines
443 B
Markdown
Raw Permalink Normal View History

2015-06-09 09:53:41 +02:00
# About
Scrape the book list from the "Book of the month" project and generate a nice
looking visual representation of the book covers.
2016-02-15 22:20:23 +01:00
# Building
2015-06-09 09:53:41 +02:00
lein uberjar
java -jar target/buchdesmonats-1.5-standalone.jar
2016-02-15 22:20:23 +01:00
cp target/buchdesmonats-1.5-standalone.jar buchdesmonats-1.5.jar
2016-02-15 22:20:23 +01:00
docker build -t buchdesmonats .
# Running
Run this periodically:
2016-02-15 22:38:28 +01:00
docker run --rm -v "$PWD/public:/buchdesmonats/public/" buchdesmonats
2015-06-09 09:53:41 +02:00