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

Latest commit

 

History

History
36 lines (25 loc) · 949 Bytes

README.rst

File metadata and controls

36 lines (25 loc) · 949 Bytes

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.