• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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