Add instructions to enable public user registration

This commit is contained in:
Jan Broer 2015-10-13 02:32:39 +02:00
parent e21e974457
commit 0f7c129495

View File

@ -25,8 +25,9 @@ Calibre Web is a Python web app providing a clean interface for browsing, readin
1. Execute the command: `python cps.py` (it will throw an error) 1. Execute the command: `python cps.py` (it will throw an error)
2. Edit config.ini and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives 2. Edit 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` 3. If you want to enable public user registration set PUBLIC_REG to 1
4. Point your browser to `http://localhost:8083` or `http://localhost:8083/feed` for the OPDS catalog 4. Execute the command: `python cps.py`
5. Point your browser to `http://localhost:8083` or `http://localhost:8083/feed` for the OPDS catalog
**Default admin login:** **Default admin login:**
*Username:* admin *Username:* admin