From d2056ceb51b33cf3dfe079f024fcba905609f186 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 29 Jan 2023 14:28:49 +0100 Subject: [PATCH] Updated readme to make and exclude library from getting zipped --- .gitattributes | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 92739fe9..8266c99a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ constants.py ident export-subst /test export-ignore +/library export-ignore cps/static/css/libs/* linguist-vendored cps/static/js/libs/* linguist-vendored diff --git a/README.md b/README.md index 0138e5a7..1f0eca71 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ In the Wiki there are also examples for: a [manual installation](https://github. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog \ Login with default admin login \ -Set `Location of Calibre database` to the path of the folder where your Calibre library (metadata.db) lives, push "submit" button \ +If you don't have a Calibre database already, this [database](https://github.com/janeczku/calibre-web/blob/master/library/metadata.db) can be used. **IMPORTATNT** Please move the database out of the calibre-web folder structure, as it will be overwritten during update. \ +Set `Location of Calibre database` to the path of the folder where your Calibre library (metadata.db) lives, push "submit" button. \ Optionally a Google Drive can be used to host the calibre library [-> Using Google Drive integration](https://github.com/janeczku/calibre-web/wiki/G-Drive-Setup#using-google-drive-integration) \ Afterwards you can configure your Calibre-Web instance ([Basic Configuration](https://github.com/janeczku/calibre-web/wiki/Configuration#basic-configuration) and [UI Configuration](https://github.com/janeczku/calibre-web/wiki/Configuration#ui-configuration) on admin page)