1 <?php include
'install'.DIRECTORY_SEPARATOR.
'install_header.inc.php';?>
2 <h2>Please select your installation action</h2>
4 <li><a href=
"<?php echo $_SERVER['PHP_SELF']?>?-action=db2app">
5 <h3><img src=
"images/preferences-system-windows.png"/> Create application
for existing database</h3>
6 <p>Use
this option
if you already have a database on your server
7 and you would like to create an application based on
this database.</p>
12 <a href=
"<?php echo $_SERVER['PHP_SELF']?>?-action=archive2app">
13 <h3><img src=
"images/system-installer.png" /> Install a pre-built application</h3>
14 <p>Use
this option
if you have a ready-made Dataface application
15 that you wish to install on
this server.</p>
20 <h3>Generate application from a UML Model</h3>
21 <p>Use
this option
if you have designed an application
using a
22 UML modelling tool (e.g. Poseidon, ArgoUML, etc...) and you want to
23 convert this model into a Dataface application.</p>
27 <?php include 'install'.DIRECTORY_SEPARATOR.'install_footer.inc.php';?>