Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using PEAR to install Drush #1

Open
technosophos opened this issue May 17, 2012 · 2 comments
Open

Using PEAR to install Drush #1

technosophos opened this issue May 17, 2012 · 2 comments
Assignees

Comments

@technosophos
Copy link
Contributor

I believe the preferred way to install Drush now is as follows:

pear channel-discover pear.drush.org
pear install drush/drush

Is PEAR available? Can this method be used?

@ghost ghost assigned gisle May 17, 2012
@troytop
Copy link
Contributor

troytop commented May 17, 2012

PEAR is available, but there seem to be some permission problems using it. I assume this would work if you preface the commands with 'sudo' but that's disabled by default now in staging and application containers.

@technosophos
Copy link
Contributor Author

Hmmm, yes, I tried several permutations of pear, and I can't find a combination that is both secure (not writing unknown data into the web root) and functional.

Is there another way to install PEAR and PECL extensions for PHP in Stackato?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants