A web service and interface for providing access to a local collections of e-books in various formats.
ajax | ||
core | ||
css | ||
install | ||
js | ||
scripts | ||
.gitignore | ||
.htaccess | ||
authfunctions.php | ||
composer.json | ||
composer.lock | ||
download.php | ||
functions.php | ||
header.php | ||
index.php | ||
logout.php | ||
README.md | ||
variables-dist.php |
Book Depot
A quick and dirty web interface to provide access for downloading e-books and sending them directly to a Kindle email address.
Installation
- Clone repository and enter that folder
- Execute:
composer install
- Copy
variables-dist.php
tovariables.php
and edit appropriately - Create database on SQL server, create a DB user for this application, and import the
books_initial.sql
- Create a cron job that runs
scripts/parsebooks.php
daily