buch_des_monats/INSTALL.mkd

20 lines
443 B
Markdown
Raw 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
2016-02-15 22:20:23 +01:00
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:
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