Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

fusionapp/documint

Repository files navigation

Documint: Document rendering service (deprecated)

Attention

This software is deprecated in favour of the more functional HTTP version, clj-documint.

Quick start

Install the software:

$ pip install documint

Create a Java keystore (for the Certify command):

Run the software:

$ twistd -n documint --pidfile '' \
         --keystore documint_keystore.jks \
         --password 123456 \          # From the `keytool` interaction.
         --privateKeyPassword 123456  # From the `keytool` interaction.