Hello, I want to be able to deploy a PHP web application along with a local PEAR installation.
To be more specific, I am trying to find a way to do a โper-applicationโ or a local PEAR installation, if possible.
For instance:
The MyApplication application is located at: / var / www / applications / myapplication
The php library is located at: / var / www / applications / myapplication / library
I am looking for a way to install PEAR for each application, since not all applications are managed by me (and I want to control which PEAR packages are installed and when).
I found several manuals for installing PEAR locally (on a shared host), but I don't know if my script is suitable for installing PEAR locally.
Any thoughts / help appreciated.
source
share