From ab478f01aa120ceebf22af1cf7350c02a33ebfbe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 28 Jun 2017 13:14:52 +0300 Subject: Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0047c41..9e12fd5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ The Epube web EPUB reader using EPUB.js, Bootstrap, and Calibre. * responsive design -* relies on HTTP Authentication provided by httpd * has transparent offline mode via service workers * can optionally store files locally for later reading * supports word definition lookups using dictd @@ -24,7 +23,17 @@ application, normally this means chown-ing them as www-data or what 3. Copy config.php-dist to config.php and edit path to Calibre, etc. -4. Setup HTTP Basic authentication for epube directories. This is required, even if you're the only user. +4. Setup users via useradm.php (command line) + +Upgrading +========= + +When upgrading from an older Git snapshot which used HTTP Authentication: + +1. Disable HTTP Authentication in httpd configuration +2. Reopen browser to clear HTTP auth +3. Add two new tables to scratch.db (epube_users & epube_sessions) +4. Add users via useradm.php (use same names as http auth, all data will be kept) Requirements ============ -- cgit v1.2.3