<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>EntierStudio</title> <link rel="stylesheet" type="text/css" href="styles/layout.css" /> </head> <body> <table class="page" cellspacing="0" cellpadding="0"> <thead> <tr> <td class="pageHead"><div class="pageHeadName"><a href="javascript:history.go(-1)"><<</a>Quickstart<a href="javascript:history.go(1)">>></a></div></td> </tr> </thead> <tbody> <tr> <td class="pageBody"> <br /> <table class="pageBodyPane" cellspacing="2" cellpadding="2"> <thead class="paneHead"> <tr> <td><h1>Welcome to EntierStudio</h1></td> </tr> </thead> <tbody class="paneBody"> <tr> <td> <div class="topicPanel"> <table class="topicTable"> <tbody> <tr> <td class="tableLayout w70" align="left"> <p class="TopicBlock"><strong>Quick Start Guide</strong></p> <dl> <dt> 1- Introduction</dt> <dd> <p>Entier studio is a php tool designed for developers. It provides several features that enhance web applications development. Some of these features are :</p> <ul> <li><a href="overview.modeling.html">a model-driven workspace,</a></li> <li><a href="overview.repository.html">a macro-models repository,</a></li> <li><a href="overview.generation.html">code generation.</a></li> </ul> </dd> <dt> 2- Installation</dt> <dd> <ol> <li>Dowload entierstudio.</li> <li>Unzip the package into a directory within your web server's document root.</li> <li>Run the index.php script.</li> </ol> <ul> <p><strong>Prerequisites</strong></p> <li>MySQL (4.1.0 or greater) </li> </ul> </dd> <dt> 3- Our sample project</dt> <dd> <ol> <li><a href="quickstart.sample.blog.html">Sample blog.</a></li> </ol> </dd> </dl> </td> <td class="tableLayout w30" align="right"> </td> </tr> </tbody> </table> </div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </body> </html>