Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing [Calibre](https://calibre-ebook.com) database.
Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing [Calibre](https://calibre-ebook.com) database.
@ -6,12 +6,13 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
- Filter and search by titles, authors, tags, series and language
- Filter and search by titles, authors, tags, series and language
- Create custom book collection (shelves)
- Create custom book collection (shelves)
- Support for editing eBook metadata
- Support for editing eBook metadata
@ -26,30 +27,31 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
## Quick start
## Quick start
1. Rename `config.ini.example` to `config.ini` and set `DB_ROOT` to the path of the folder where your Calibre library (metadata.db) lives
1. Install required dependencies by executing `pip install -r requirements.txt`
2. Execute the command: `python cps.py`
2. Rename `config.ini.example` to `config.ini` and set `DB_ROOT` to the path of the folder where your Calibre library (metadata.db) lives
3. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog
3. Execute the command: `python cps.py`
4. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog
**Default admin login:**
**Default admin login:**
*Username:* admin
*Username:* admin
*Password:* admin123
*Password:* admin123
## Runtime Configuration Options
## Runtime Configuration Options
`PUBLIC_REG`
`PUBLIC_REG`
Set to 1 to enable public user registration.
Set to 1 to enable public user registration.
`ANON_BROWSE`
`ANON_BROWSE`
Set to 1 to allow not logged in users to browse the catalog.
Set to 1 to allow not logged in users to browse the catalog.
`UPLOADING`
`UPLOADING`
Set to 1 to enable PDF uploading. This requires the imagemagick library to be installed.
Set to 1 to enable PDF uploading. This requires the imagemagick library to be installed.
## Requirements
## Requirements
Python 2.7+
Python 2.7+
Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature:
[Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in the `vendor` folder.
Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature:
[Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in the `vendor` folder.