mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
this is because it became aparent that this is quite annoying to setup in linux and windows. also included the rarfile library to save on confusion.
21 lines
573 B
Markdown
21 lines
573 B
Markdown
# cbreader
|
|
Web Based CBR and CBZ file reader.
|
|
This is for if you have a collection of comics on a media server and want to read them remotely.
|
|
|
|
# Requirments
|
|
|
|
- [Django 1.8](https://www.djangoproject.com/)
|
|
- [python 2.7](https://www.python.org/)
|
|
- [Unrar by Marko Kreen](https://github.com/markokr/rarfile) (included)
|
|
|
|
# Installation
|
|
Pull from git and use like any django project.
|
|
|
|
BASE_DIR needs to be set in the Settings DB. It should point to the Comic directory.
|
|
|
|
Haven't gotten around to cleaning it up yet.
|
|
|
|
|
|
# License
|
|
https://creativecommons.org/licenses/by-sa/4.0/
|