This is the code for the Aleph ticket tracking system for USMAI Consortium. This is the system that is currently running on the itd.umd.edu server with the following entry points:
- End-users: http://itd.umd.edu/cgi-bin/ALEPHform.cgi
- DSS Staff: http://itd.umd.edu/cgi-bin/ALEPH16/ALEPH/ALEPHform2.cgi
- cgi-bin: CGI scripts making up the bulk of the application
- docs: Documentation
- htdocs: Static files used by the application
- lib: Custom Perl modules used by the application
- t: Test scripts and utilities
- vm: Vagrantfile and related scripts to create and provision a development VM environment
To set up a fresh development environment, clone this repository and then follow the instructions in vm/README.md.
See the LICENSE file for license rights and limitations (Apache 2.0).