Advertisement
Guest User

PufferPanel Installer

a guest
Jan 30th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get install sudo curl uuid-runtime
  3. sudo apt-get install -y openssl nginx git mysql-client mysql-server php5-fpm php5-cli php5-curl php5-mysql php5-mcrypt
  4. php5enmod mcrypt
  5. service php5-fpm restart
  6. mkdir -p /srv && cd /srv
  7. curl -L -o pufferpanel.tar.gz https://git.io/vzpYF
  8. tar -xf pufferpanel.tar.gz
  9. cd pufferpanel
  10. echo Letting PufferPanel take over installation
  11. echo This will take a while
  12. ./pufferpanel install
  13. clear
  14. echo PufferPanel control panel installed
  15. echo Now install Scales from http://scales.pufferpanel.com/docs/getting-started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement