PHP/Must Have: Unterschied zwischen den Versionen
< PHP
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: =Bysu= Erstellt per web ein File-Backup vom aktuellen WebAuftritt http://www.ruinelli.ch/bysu =MySQLDumper= Erstellt SQL-Backup http://www.mysqldumper.de [[Kategor...) |
(installer) |
||
Zeile 1: | Zeile 1: | ||
=Webbased PEAR/PECL Installer= | |||
from http://blog.jldupont.com/2008/03/pear-web-installer.html<br/> | |||
Here is a quick tutorial on how to install PEAR's WEB Frontend installer. | |||
*Shell command: pear install PEAR_Frontend_WEB | |||
*Create file index.php in the desired web directory with the following content: | |||
<source lang="php"> | |||
<?php | |||
$pear_user_config = "/etc/pear/pear.conf"; | |||
require 'PEAR.php'; | |||
require 'pearfrontendweb.php'; | |||
?> | |||
</source> | |||
=Bysu= | =Bysu= | ||
Erstellt per web ein File-Backup vom aktuellen WebAuftritt | Erstellt per web ein File-Backup vom aktuellen WebAuftritt | ||
Zeile 10: | Zeile 25: | ||
http://www.mysqldumper.de | http://www.mysqldumper.de | ||
[[Kategorie: | [[Kategorie:Linux]] |
Aktuelle Version vom 13. April 2008, 21:25 Uhr
Webbased PEAR/PECL Installer
from http://blog.jldupont.com/2008/03/pear-web-installer.html
Here is a quick tutorial on how to install PEAR's WEB Frontend installer.
- Shell command: pear install PEAR_Frontend_WEB
- Create file index.php in the desired web directory with the following content:
<?php
$pear_user_config = "/etc/pear/pear.conf";
require 'PEAR.php';
require 'pearfrontendweb.php';
?>
Bysu
Erstellt per web ein File-Backup vom aktuellen WebAuftritt
MySQLDumper
Erstellt SQL-Backup