public
Description: A PHP5 application framework
Homepage: http://krai.hallofkvasir.org
Clone URL: git://github.com/gsmcwhirter/krai.git
krai / INSTALL
100644 8 lines (5 sloc) 0.371 kb
1
2
3
4
5
6
7
8
You can probably get away with dropping Krai.php and the Krai directory into the
php include path somewhere (like the pear lib directory, for instance), and
generating an application skeleton with the "-p" flag (see ./script/newapp.sh -h).
 
Otherwise, you can use the framework in the same directory as your application.
 
Please see the README file for complete details.