Skip to content

Commit

Permalink
Merge branch 'fix-gitignore'
Browse files Browse the repository at this point in the history
  • Loading branch information
janeczku committed Apr 21, 2016
2 parents 7424418 + 727a49d commit 5d6f18f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
env/
eggs/
.eggs/
*.egg-info/
.installed.cfg
*.egg

# calibre-web
*.db
*.log
config.ini

File renamed without changes.
12 changes: 0 additions & 12 deletions config.ini_example

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Also available as [Docker image](https://registry.hub.docker.com/u/janeczku/cali

## Quick start

1. Open config.ini and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives
1. Rename `config.ini.example` to `config.ini` and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives
2. To enable public user registration set PUBLIC_REG to 1
3. To enable uploading of PDF books set UPLOADING to 1
4. Execute the command: `python cps.py`
Expand Down

0 comments on commit 5d6f18f

Please sign in to comment.