From 0f7c1294956682c243b9d3113326b7b3c0841136 Mon Sep 17 00:00:00 2001 From: Jan Broer Date: Tue, 13 Oct 2015 02:32:39 +0200 Subject: [PATCH] Add instructions to enable public user registration --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c177a53d..c348d1d1 100755 --- a/readme.md +++ b/readme.md @@ -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