Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Hi everyone,
I am struggling with a problem for a few hours now and I am out of ideas on how to solve it. My website is a Laravel application that needs to run a separate command to connect to a messaging queue. This command is blocking, i.e. it continues to run for all eternity until it is...
Hi
I am trying to run composer install after automatically deploying from a remote git repo.
I try this in the additional deployment actions:
cd /var/www/vhosts/xxx/xxx/httpdocs && /opt/plesk/php/7.2/bin/php /usr/lib64/plesk-9.0/composer.phar install --optimize-autoloader
but the cd part of...
Hi,
I am using Git-integration to automatically pull the newest version of my repository from Github when my webhook is "called".
I want to enable additional deployment actions, e.g. run composer update. My app is built with the laravel framework, so there are some more commands to run (via...