Let’s start working with Kohana (I’ve actually been working with it for a while and thought would be nice to share my experiences)!
First thing you want to do is download it and extract it to a folder on your webserver.
You can read about it and download it at: http://www.kohanaphp.com/
Right after extracting Kohana to your webserver folder, you should see the following when accessing it:
If you don’t see the output above, check your server settings and logs to help you figure what’s wrong. Feel free to drop me a message, if you need more help after that.
After you remove install.php like required above, refresh the page and you should see this:
Please take some time to go over the documentation at http://docs.kohanaphp.com/ so you don’t feel totally lost. 🙂
As time allows me, I will be writing more stuff about Kohana. This is just a first post to get people started.