ServerPilot Install LAMP Stack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(test -e /usr/bin/wget || (sudo apt-get update && sudo apt-get -y install wget)) && | |
sudo wget -nv -O serverpilot-installer.py https://download.serverpilot.io/serverpilot-installer.py && | |
sudo python serverpilot-installer.py | |
--server-id=THIS_WILL_BE_PROVIDED_FOR_YOU | |
--server-apikey=THIS_WILL_BE_PROVIDED_FOR_YOU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment