mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-27 20:10:06 +00:00
Add deps installation instruction to README
This commit is contained in:
parent
f81645e67d
commit
56b0fe07f2
@ -7,6 +7,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
||||
![screenshot](https://raw.githubusercontent.com/janeczku/docker-calibre-web/master/screenshot.png)
|
||||
|
||||
## Features
|
||||
|
||||
- Bootstrap 3 HTML5 interface
|
||||
- User management
|
||||
- Admin interface
|
||||
@ -26,9 +27,10 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
|
||||
|
||||
## 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
|
||||
2. Execute the command: `python cps.py`
|
||||
3. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog
|
||||
1. Install required dependencies by executing `pip install -r requirements.txt`
|
||||
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. 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:**
|
||||
*Username:* admin
|
||||
|
Loading…
Reference in New Issue
Block a user