{"id":164,"date":"2014-04-28T23:29:01","date_gmt":"2014-04-28T21:29:01","guid":{"rendered":"http:\/\/blog.doerflinger.org\/?p=164"},"modified":"2014-04-29T12:04:07","modified_gmt":"2014-04-29T10:04:07","slug":"howto-install-ubooquity-on-qnap","status":"publish","type":"post","link":"https:\/\/blog.doerflinger.org\/2014\/04\/howto-install-ubooquity-on-qnap\/","title":{"rendered":"HowTo install Ubooquity on QNAP"},"content":{"rendered":"

Ubooquity<\/a> is a very nice little server which scans your eBooks and Comics and displays them in a tablet friendly way.<\/p>\n

It is Java-based and runs fine on your Desktop, but if you’re running a (QNAP-)NAS which already stores all your books, why not have them served nicely.<\/p>\n

\"Ubooquity\"<\/a>
Ubooquity<\/figcaption><\/figure>\n

Prerequisites<\/h3>\n

I did this on A QNAP TS-421 (ARM-CPU) Running OS version 4.x, though this should work the same way (except the Java installation on x86 see link below) on any other QNAP NAS.<\/p>\n

I am assuming that you already have IPKG installed and are able to log in via ssh and already have some experience with the (Linux-)shell.<\/p>\n

Install coreutils, procps and Java<\/h3>\n

The start script for the daemon requires the nohup<\/code>\u00a0and pgrep command which unfortunately aren’t shipped with the basic installation.<\/p>\n

So simply do a<\/p>\n

ipkg install coreutils\r\nipkg install procps<\/pre>\n

Install Java<\/h3>\n

Follow the instructions on http:\/\/wiki.qnap.com\/wiki\/Category:JavaRuntimeEnviroment<\/a> in order to install Java. In brief:<\/p>\n