From 557594c3a9725f91334ec74e4e4d2ff8b3c9ea98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kierznowski?= Date: Tue, 7 Mar 2017 17:22:23 +0100 Subject: [PATCH] I modified "Quick start" in readme.md I added a nohup command in the first subparagraph "Quick start". --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 102d4b2e..c79a734e 100755 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d ## Quick start -1. Execute the command: `python cps.py` +1. Execute the command: `python cps.py` (or `nohup python cps.py` - recommended if you want to exit the terminal window) 2. Point your browser to `http://localhost:8083` or `http://localhost:8083/opds` for the OPDS catalog 3. Set `Location of Calibre database` to the path of the folder where your Calibre library (metadata.db) lives, push "submit" button 4. Go to Login page