• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Does anyone know the equivalent to doing this in a plesk server?

sailaja

New Pleskian
On a Linux Security Fundamentals, in the event that I need to run a command as an alternate php version, for example, introducing writer, I can run

Code:
 ea-php71 composer install

Does anybody know the comparable to doing this in a plesk server? My present composer install is utilizing php56.exe, however I have to introduce author with php 71 on command line.

Thanks,
Sailaja.
 
PHP 5.6 and 7.1 are already installed on Plesk
It seems that you are into some online security courses, I'd suggest to practice on a clean server without Plesk installed.
 
If PHP 7.1 on your server is provided by Plesk, you should be able to run the desired command via
Code:
/opt/plesk/php/7.1/bin/php composer install
 
Back
Top