English version : The zip file contains 4 folders : /licence provide the licence informations /sql provide the SQL scripts for creating or updating database /libraries provide libraries for KAdos /kados contains the php scripts of the application itself To install Kados, you must have : - a web server with a PHP engine (PHP 5.3 at least) (Kados is tested on Apache, Zend, but can easily work on others web servers, since no server specific function is used) - a MySQL database version 5 at least And that's all (folks). This platform is easy to find on the web (check that the hosting provide PHP 5.3, it's common but not that common) The the install steps are : 1/ deploy the /kados folder on your web server, either at root or in the /kados folder 2/ deploy the /libraries folder one level up from the kados scripts (I know it's a constraint, but it will be more subtle in the near future) 3/ execute the SQL script create_database_vX.Y.Z.sql on the MySQL database (through a MySQL client or PHPmyAdmin) 4/ open in the kados scripts the /conf folder 5/ edit the connect.conf file and set parameters for your database between double-quote "" $PARAM_host=""; // host of your database $PARAM_db=""; // name of the database $PARAM_user=""; // login of the database $PARAM_password=""; // password of the database 6/ with your favorite browser (Firefox is best), go to your site, and login with user/pass : admin/admin Have a lot of fun ! Kados is supplied under a dual licence GPL and MIT Remarks, bugs and new features are welcome if you have any (go to the forum) Marmotte Technologies is ready to help you install Kados, within the limits of its small hands.