Skip to content

KittoGettingStarted

Carlo Barazzetta edited this page Feb 1, 2017 · 5 revisions

Getting started with Kitto

Currently Kitto requires Delphi 10.1 Berlin. It is possible to use also XE7, XE8, Seattle, but it is not tested by Ethea.

The first thing you need to do is setup your development/testing environment. Follow the instructions here:

Then you are encouraged to try one of Kitto's built-in examples:

They need a database, which can be Firebird. HelloKitto is also ready for Microsoft SQL Server. If you are feeling adventurous, you could try to use a different database by manually adapting the provided scripts (if you do that, definately send through the fruits of your work so everyone benefits), but we suggest that you start with the unchanged examples in order to minimize troubles.

Assuming you have you environment set up correctly, you just need to open an example's project, compile and run it, then navigate to it in a browser.

After looking at the examples, or before doing that if you like it better, you can dive in beginning with Kitto's basic concepts.

Happy Kittoing!

Clone this wiki locally