Kohana
From 3DN
| This site is part of the 3DN Network. Every content on the 3DN Network is subject to the [3DN Terms of Service]. Other sites in the 3DN Network include: 3DN Politics 3DN Technology 3DN Voetbal 3DN Politicap and Dutchie |
Kohana
A friend of mine suggested I check into [Kohana] as she may have some PHP development work for me. So what's easier than to simply set up a [testsite] for it and get cracking eh?
Installation
The first thing I noticed about Kohana is that it's not packaged for Debian. Not very surprising, add this to the list of PHP packages that aren't. As we've seen before, when PHP applications are packaged for Debian the quality isn't all that great. So I simply downloaded the zip file from [the Kohana website] and followed the [installation instructions]. It basically boils down to unzipping the zip file in the documentroot of the [webserver] and editting the configuration file application/config/config.php to set the base path for the site. Additionally, the installation page recommends checking some file permissions.
First Test
After a painless install it's time to test it. The [base URL] which I've set to '/' displays a nice intro screen:
