部署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://grantwinney.com/calibre-is-awesome-calibre-server-is-not/