Download and installation
Tigermouse is distributed under terms of GNU LESSER GENERAL PUBLIC LICENSE version 2.1 or any newer. This means you are entitled to download, share and modify the code for free.
The most recent release of Tigermouse framework is Developer Release 1.6.
Go to download DOWNLOAD PAGE
on Sourceforge.
As the framework is improving every day, you are encouraged to use
the most recent development version from Subversion repository. You can check it out
from https://tigermouse.svn.sourceforge.net/svnroot/tigermouse
If you use command line svn utility just type:
svn co https://tigermouse.svn.sourceforge.net/svnroot/tigermouse
requirements and dependencies
Tigermouse requires the following software to work:
- A web server with PHP 5.2 enabled
- Smarty template engine
- To run demo application PDO and SQLite driver is required
supported browsers
Tigermouse aims to support major modern web browsers, Mozilla Firefox 2+, Opera 9+ and Internet Explorer 7+. At current stage some tihngs may be broken, but all mentioned browsers will get full support.
installation
Once you download Tigermouse you need to go through few simple steps to make it run. Write access is required to the following directories:
- var/smarty/compile
- var/log
- var/cache
- var/sqlite (optional)
If you run Unix-like operating system go to Tigermouse directory and execute the following commands:
chmod 1777 var/smarty/compile chmod 1777 var/log chmod 1777 var/cache chmod 1777 var/sqlite
You might need to alter path to Smarty template engine in includes.php file.









