reduced height of lab-use-only box for bcr-abl requests; changed name of jquery autosuggest to autocomplete to disambiguate from bsn.autosuggest; added json notice to pre-select location for referrer jquery without location_id; added minlength attribute to jquery autocomplete
reduced height of lab-use-only box for bcr-abl requests; changed name of jquery autosuggest to autocomplete to disambiguate from bsn.autosuggest; added json notice to pre-select location for referrer jquery without location_id; added minlength attribute to jquery autocomplete
10 years ago
README.txt
HTML::Barcode::QRCode requires Text::QRCode which requires libqrencode-dev,
libqrencode3 & pkg-config packages
deployment:
* starman & D::C doesn't work without dedicated domain name (can't find statics)
apache config:
FastCgiServer /home/raj/apps/RequestForm/public/dispatch.fcgi -processes 2 \
-initial-env PERL5LIB=/home/raj/perl5/lib/perl5
# -initial-env PLACK_ENV=deployment # can also specify in .fcgi BEGIN block
Alias /request-form /path/to/app/public/dispatch.fcgi