Closed (works as designed)
Project:
Drupal Remote Dashboard
Version:
7.x-2.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2014 at 21:39 UTC
Updated:
2 Dec 2014 at 08:13 UTC
Jump to comment: Most recent
Comments
Comment #1
jurgenhaasTo execute Drush commands on remote cores there are a couple of prerequisites that you should make sure are met:
If all of that is prepared, then you should edit the details of your core in DRD and enable SSH and Drush support there. Then you should update remote actions for your cores and that will bring all the remote druash commands into the action list within DRD,
Comment #2
rwsimmo commentedThank you for the very helpful reply. My situation is a bit more complicated because I am trying to set this all up in an Acquia hosted environment and thus don't have the permissions to install the php-ssh2 library on their server in the normal way. Acquia has a way to install libraries such as this (documented here: https://docs.acquia.com/cloud/configure/non-drupal-code) but the library must contain any dependent libraries not already found on your server. Unfortunately, the php-ssh2 library is dependant on libssh2.so.1 which is not on the Acquia server. I don't suppose you have ever had to get this working in an Acquia hosted environment?
Comment #3
jurgenhaasWell, this is the same for all managed hosting environments. If the hoster doesn't allow for certain libraries, then the tools that require those libraries can't be used. This is not a DRD limitation, you would have the same issue if you wanted to used Drush on remote hosts from that same server's console as well - it wouldn't be possible.
My suggestion in such scenarios is that the DRD main server could easily be installed somewhere else where you have more flexibility. That could be any cheap host that gives you access to everything you need to configure. You won't expect a lot of traffic on that server, it's just one that provides the DRD Dashboard which is not mission critical.
Comment #4
rwsimmo commentedThat is a good suggestion. Thank you!
Comment #5
jurgenhaas