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
|
2018-07-13 23:29:37 +02:00
|
|
|
java -jar target/buchdesmonats-1.5-standalone.jar
|
2016-02-15 22:20:23 +01:00
|
|
|
|
2018-07-13 23:29:37 +02: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
|
|
|
|