Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Last active August 23, 2016 15:09
Show Gist options
  • Save VirtuBox/b6e0b1192f50d3b4f6a01ef1f8ceb736 to your computer and use it in GitHub Desktop.
Save VirtuBox/b6e0b1192f50d3b4f6a01ef1f8ceb736 to your computer and use it in GitHub Desktop.
install Plesk 12.5 or Plesk Onyx in a single command

auto-install Plesk 12.5

sh <(curl http://autoinstall.plesk.com/one-click-installer || wget -O - http://autoinstall.plesk.com/one-click-installer)

auto-install Plesk Onyx

sh <(curl http://autoinstall.plesk.com/one-click-installer || wget -O - http://autoinstall.plesk.com/one-click-installer) --tier testing

run Plesk 12.5 with Docker

docker run --privileged -d -it -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk

run Plesk Onyx with Docker

docker run -d -it -p 80:80 -p 443:443 -p 8880:8880 -p 8443:8443 -p 8447:8447 plesk/plesk:preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment