Skip to content

Commit

Permalink
Add instructions to enable public user registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Oct 13, 2015
1 parent e21e974 commit 0f7c129
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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`
4. Point your browser to `http://localhost:8083` or `http://localhost:8083/feed` for the OPDS catalog
3. If you want to enable public user registration set PUBLIC_REG to 1
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:**
*Username:* admin
Expand Down

0 comments on commit 0f7c129

Please sign in to comment.