This is a port of minitip as a web based utility. You can try it out at https://witip.utia.cas.cz/. 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
Make sure that the above requirements are met, especially that the mod_perl module is enabled for Apache. Unpack wITIP and run the program
PROMPT> perl bin/install.pl
It asks questions, and configures all necessary files; creates an include file to be included in the Apache configuration. If everything goes smoothly, add the Include line to the system-wide Apache configuration, and restart Apache. wITIP should be up and running.
- CHANGELOG changes made
- bin for install.pl and the perl startup file
- config the generated apache include file is here
- html static html files: starting page, images, style sheets and javascript
- w dynamic html files
- perl_lib perl library
- prog the C frontend to the LP solver
- template template files for the install script