跳至内容
Jinfang's Personal Page
如果有一天你突然想起了我
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
start
»
blog
»
2018
»
部署calibre-web
blog:2018:部署calibre-web
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== 部署calibre-web ====== 安装calibre sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()" sudo apt-get install xvfb imagemagick mkdir ~/calibre-library calibre-server ~/calibre-library 可以通过设置脚本来开机启动 遇到的错误 1、语言,Google搜索一下可以解决这个问题,记得重启。 WARNING: Failed to set default libc locale, using en_US.UTF-8 perl: warning: Falling back to the standard locale ("C"). 2、还有这个可以忽略的问题 ____________________ WARNING ____________________ Setting up desktop integration failed with error: __________________________________________________ Traceback (most recent call last): File "site-packages/calibre/linux.py", line 861, in setup_desktop_integration File "subprocess.py", line 541, in check_call CalledProcessError: Command 'xdg-desktop-menu install --noupdate ./calibre-gui.desktop' returned non-zero exit status 3 Creating un-installer: /usr/bin/calibre-uninstall There were 1 warnings * Setting up desktop integration failed with error: Run "calibre" to start calibre 安装calibre-web git clone https://github.com/janeczku/calibre-web/ cd calibre-web pip install --target vendor -r requirements.txt python cps.py 参考: https://manual.calibre-ebook.com/server.html#creating-a-service-for-the-calibre-server-on-a-modern-linux-system https://grantwinney.com/calibre-is-awesome-calibre-server-is-not/ https://www.digitalocean.com/community/tutorials/how-to-create-a-calibre-ebook-server-on-ubuntu-14-04
blog/2018/部署calibre-web.txt
· 最后更改: 2025/05/05 03:02 由
jinfang
页面工具
显示页面
过去修订
反向链接
回到顶部