I agree to the use of cookies in accordance with the Sourcefabric Privacy Policy.

Support our media development efforts

Please note: due to the quarantine measures required by the coronavirus outbreak, we are unable to answer the phone in our Prague office. Please send an email to contact@sourcefabric.org and someone will get back to you as soon as possible.

Who, what, when, where and why

Get the latest news about Sourcefabric software, solutions and ideas.

BACK TO BLOG OVERVIEW

Booktype 2.0 development update: Snapshots

The release of Booktype 2.0 is approaching | Photo by Alejandro Escamilla (CC0 1.0)
The release of Booktype 2.0 is approaching | Photo by Alejandro Escamilla (CC0 1.0)

As we approach a January target for the release of Booktype 2.0, we wanted to give developers a quick update on our progress. 

We've just made pre-release nightly snapshots available, in the form of deb packages for Debian stable (wheezy) or Ubuntu 14.04 LTS (trusty).

Booktype 2.0 will be the first version of Booktype to have automated install configuration questions (in multiple languages), thanks to debconf. You can install these packages with any program that supports dependency resolution, for example:

sudo gdebi booktype*.deb

Booktype 2.0 requires Redis server 2.8 or later, a version which is available in Ubuntu 14.04 but not Debian wheezy. If your Debian server runs wheezy, make sure you have the wheezy-backports apt repository set up. There should be a line similar to:

deb http://ftp.debian.org/debian wheezy-backports main

in your /etc/apt/sources.list file.

You will also need a postgresql server available for connections from your Booktype instance.  See our manual chapter on setting up your database.

If this sounds like too much trouble, you can create an account for yourself on the Booktype development server instead, and try the pre-release versions there.

BACK TO TOP