tedvdb/ebooklib
Composer 安装命令:
composer create-project tedvdb/ebooklib
包简介
eBookLib with OPDS Catalog 1.1 support.
README 文档
README
- Get the source and dependencies to specified folder:
composer create-project tedvdb/ebooklib <install path> - Then in the root folder, copy .env.example to .env
- Create a mysql user and database for eBookLib and correct database settings in .env.
- Set the APP_URL variable in the .env file.
- Make sure the webservice (or php process in case of php-fpm) has write permissions to the
/storagefolder. - Then, init the database:
php artisan key:generate
php artisan migrate
php artisan db:seed
The installation is now complete.
First use
- Add path to
search_pathstable (no GUI yet) - Start first indexing action:
php artisan ebooks:reindex
Now you can navigate in the browser to the url you've configured, and login with the default username 'admin@example.com' and the password 'secret'.
Filetypes
Currently only .epub and .mobi files are supported.
OPDS
The library is now available in the url via OPDS1.1 protocol on <url>/opds/.
OPDS support is experimental! Anly basic authentication is implemented.
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2018-05-27