This is a port of minitip as a web based utility. The server-side routines are written in perl with the exception of the LP solver engine which is C frontend to glpk, the Gnu Linear Programming Kit.
Once the server is up and running, you can use wITIP with any decent browser.
On the server-side:
- an Apache webserver with mod_perl configured in;
- the glpk header files and runtime library;
- perl interpreter and a C complier
Unpack wITIP and run the program
PROMPT> perl bin/install.pl
It asks questions, and configures all necessary files; creates and include file to be included in the Apache configuration. If everything goes smoothly, edit the Apache configuration, and restart Apache. wITIP should be up and running.