Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.92 KB

INSTALL.md

File metadata and controls

47 lines (31 loc) · 1.92 KB

Installing Booktype 2.4

Booktype is web-based software which means you do not install it on the author's computer; instead, authors access the Booktype server through a web browser. For writing and editing books, authors can use any computer or mobile device with a browser such as Mozilla Firefox or Google Chrome.

The Booktype server can be installed on various GNU/Linux distributions and Mac OS X. Packages for Debian and Ubuntu GNU/Linux are in preparation.

Database setup

Before you can install your own Booktype server, you will need a database to be available. PostgreSQL is the recommended database management system for production servers.

Setting up the database

Manual installation

Installation from the git repository is recommended for development and testing.

GNU/Linux

Mac OS X

Installation using Docker

Files for Booktype installation with Docker can be found in the Booktype-docker project.

PDF renderer installation

Booktype can use a variety of renderers to convert HTML book sources into PDF. mPDF must be installed separately from Booktype in a directory such as /var/www/mpdf/ and the Booktype server configured for the installation path.

The mPDF library requires the PHP GD library to be installed.