• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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