In this topic I will explain how to set up the calibre-server and the postprocessing.
INSTALLATION:
Install calibre with:
- Code: Select all
sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
It's recommended to use the default values when questions are asked (just hit enter).
Install calibre-server daemon:
- Code: Select all
sudo wget -O /etc/init.d/calibre-server http://dl.dropbox.com/u/18712538/calibre/calibre-init
sudo wget -O /etc/default/calibre-server http://dl.dropbox.com/u/18712538/calibre/calibre-default
sudo chmod +x /etc/init.d/calibre-server
sudo update-rc.d calibre-server defaults
# edit settings
sudo nano /etc/default/calibre-server
sudo /etc/init.d/calibre-server start
Download postprocessing script:
- Code: Select all
cd /path/to/postprocessing/scripts
wget http://dl.dropbox.com/u/18712538/calibre/sabtocalibre.sh
sudo chmod +x sabtocalibre.sh
# edit settings
nano sabtocalibre.sh
Set this script for category ebooks or whatever and make sure it fires off when ebooks are downloaded.


