Quantcast
Channel: Linux – Rogue Surge Blog
Viewing all articles
Browse latest Browse all 12

Installing Plesk on Ubuntu 14.04

$
0
0
  1. Install Ubuntu Server 14.04
  2. Install PHP sudo apt-get install php5
  3. Remove AppArmor  sudo apt-get remove apparmor
  4. Download installer sudo wget -O plesk-installer.sh http://autoinstall.plesk.com/plesk-installer
  5. plesk installer would not run under sudo so switch to su run  sudo su
  6. Run ./plesk-installer.sh
  7. Follow the Script prompts
  8. Retrieve password for the admin account by running  sudo /usr/local/psa/bin/admin –show-password or you can set admin password by running sudo /usr/local/psa/bin/init_conf -u -passwd <new_password>
  9. Check if PSA service is running sudo /etc/init.d/psa status
  10. Start PSA service sudo service psa start
  11. You can log in to Plesk panel at https://<your server IP>:8443  
  12. Enjoy your web hosing

 


Viewing all articles
Browse latest Browse all 12

Trending Articles