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()"
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
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