• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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