UB-Mannheim / ocr-gt-tools

Ergonomic line-by-line transcription of scanned text.
GNU Affero General Public License v3.0
47 stars 11 forks source link

Standalone tool to run the server-side components #3

Closed kba closed 8 years ago

kba commented 8 years ago

There must be some tool to start a CGI environment on a non-privileged port for Perl. With such a tool, we could test the server-side code / protocol without a full blown HTTP server like Apache.

kba commented 8 years ago

Implemented using Plack::WrapCGI and plackup. See Makefile, i.e. make deps dev-server.