Top Level :: PEAR

Package Information: PEAR_RemoteInstaller

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
PEAR Remote installation plugin through FTP, SFTP, and FTPS PHP License
» Current Release » Bug Summary
0.3.2 (alpha) was released on 2012-04-13 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install PEAR_RemoteInstaller

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/PEAR_RemoteInstaller

  • Package Maintenance Rank: 150 of 229 packages with open bugs
  • Number of open bugs: 1 (10 total bugs)
  • Average age of open bugs: 4921 days
  • Oldest open bug: 4921 days

Report a new bug to PEAR_RemoteInstaller
» Description
Originally part of the 1.4.0 new features,
remote installation through FTP, FTPS and SFTP is now its own package.
This package adds the commands "remote-install" "remote-upgrade"
"remote-uninstall" and "remote-upgrade-all" to the PEAR core.

To take advantage, you must have a config file on the remote
ftp server and full access to the server to create and remove
files. The config-create command can be used to get started,
and the remote_config configuration variable is set to the
full URL as in "ftp://ftp.example.com/path/to/pear.ini" or
"ftps://user:pass@ftp.example.com/path/to/pear.ini" or
"ssh2.sftp://user:pass@ftp.example.com/path/to/pear.ini"

After this is done, install/upgrade as normal using the
remote* commands as if they were local.
» Maintainers » More Information

Dependencies for PEAR_RemoteInstaller