Skip to content

measuresforjustice/textricator-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.