Using the Web Installer
19/28
Using the Gtk Installer
Including Files
•
Installing the Web Installer UI
•
pear install PEAR_Frontend_Web
•
Create a web directory
•
/php/pear will have to be writable
•
Deal with your security!
•
Write a small script
<?php
$useDHTML
=
true
;
require_once
"PEAR/WebInstaller.php"
;
?>
•
Demonstration