Doc deployment
This commit is contained in:
parent
4e61b6b35c
commit
73ba1f81c7
23
README.md
23
README.md
@ -12,3 +12,26 @@ Bouquins in Go
|
|||||||
## Minify JS
|
## Minify JS
|
||||||
|
|
||||||
https://www.danstools.com/javascript-minify/
|
https://www.danstools.com/javascript-minify/
|
||||||
|
|
||||||
|
## Deployment archive
|
||||||
|
|
||||||
|
tar czf ~/tmp/go-bouquins.tar.gz go-bouquins assets/ templates/
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
JSON config file: default ./bouquins.json, or binary argument
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
{
|
||||||
|
"calibre-path": "/usr/home/meutel/data/calibre",
|
||||||
|
"bind-address": ":8080",
|
||||||
|
"prod": true
|
||||||
|
}
|
||||||
|
|
||||||
|
Options:
|
||||||
|
|
||||||
|
* calibre-path path to calibre data
|
||||||
|
* db-path path to calibre SQLite database (default <calibre-path>/metadata.db)
|
||||||
|
* bind-address HTTP socket bind address
|
||||||
|
* prod (boolean) use minified javascript/CSS
|
||||||
|
Loading…
Reference in New Issue
Block a user