Skip to main content

Posts

Showing posts from April, 2018

How to install PLESK using command

ONE-CLICK INSTALLATION    sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)   CUSTOM INSTALLATION sh <(curl https://autoinstall.plesk.com/plesk-installer || wget -O - https://autoinstall.plesk.com/plesk-installer)   FAMILIAR WITH DOCKER? RUN PLESK ONYX WITH ONE CLICK FROM DOCKER docker run -d -it -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk