Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 649 Bytes

TextricatorWeb

TextricatorWeb is a web UI for Textricator.

TextricatorWeb, like Textricator is released under the GNU Affero General Public License Version 3.

Building:

  1. mvn install -Pdocker

Running:

With built-in PDFs:

  1. docker run -p 4567:4567 mfj/textricator-web
  2. http://localhost:4567

With custom PDFS:

  1. docker run -p 4567:4567 -v /path/to/pdfs:/pdfs mfj/textricator-web
  2. http://localhost:4567

PDFs in the directory /path/to/pdfs will be available. The directory is not searched recursively.