Advertisement
deniszb

Zpanel Installation Instructions on Ubuntu

Jul 24th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. Hi!
  2.  
  3. I have modified the original installation script in order to run installation property under Ubuntu 12.04. That may be a bit unofficial, but it works (using latest MYSQL 5.5). Here is the installation procedure and the script is attached to this e-mail.
  4.  
  5. Thank you very much ! Here it goes (installation procedure):
  6.  
  7. apt-get update
  8. apt-get install php5-mysql
  9.  
  10. apt-get -y install tofrodos
  11.  
  12. chmod +x zpanel.sh
  13.  
  14. sudo ./zpanel.sh
  15.  
  16. ===================================================
  17. = Starting Auto Installer for ZPX on Ubuntu 12.04 =
  18. ===================================================
  19. =-------------------------------------------------=
  20. = By Xengulai (xengulai@xengulai.com) =
  21. =-------------------------------------------------=
  22. ===================================================
  23.  
  24. ...
  25.  
  26. Updating Aptitude Repos: Done.
  27. Creating initial folder structure: Done.
  28. Downloading / Extracting ZPX From SF to Temp Directory at /opt/zpanel: Done.
  29. Copying ZpanelX files to /etc/zpanel: Done.
  30. Registering 'zppy' client: Done.
  31. Installing main packages: Done.
  32. Setting Zpanel MySQL access: Done.
  33. Importing Zpanel Core Database: Done.
  34. Setting up Apache configuration to work with ZPX: Done.
  35. Setting up Network info for ZPX and Compiling Default VHOST: Done.
  36. Configuring Postfix and Dovecot: Done.
  37. Configuring Roundcube: Done.
  38. Installing and Configuring ProFTPD: Done.
  39. Installing and Configuring BIND: Done.
  40. Compiling zsudo: Done.
  41. Setting cron for daemon.php: Done.
  42. Registering ZPPY Client: Done.
  43. Removing temp files: Done.
  44. Restarting all necessary services:
  45. -- Apache2 Web Server Restarted Successfully
  46. -- Dovecot Server Restarted Successfully
  47. -- ProFTPD Server Restarted Successfully
  48. -- MySQL Server Restarted Successfully
  49. -- Bind9 Server Restarted Successfully
  50.  
  51. Installing ballen/rustus zppy repo and modules:
  52. -- gatekeeper: installed
  53. -- system_logviewer: installed
  54. -- kfm: installed
  55. -- ftp_browser: installed
  56. -- visitor_stats: installed
  57.  
  58. =====================================================================
  59. = Installation and Configuration of ZPX on Ubuntu 12.04 is Complete =
  60. =====================================================================
  61.  
  62. http://YourIP/zpanel
  63.  
  64. Reboot the server
  65.  
  66. a2dissite default
  67.  
  68. Reboot the server or just reload apache2
  69. =====================================================================
  70.  
  71. Done. Have a nice day!
  72.  
  73. Keep it up and FREE :) Let me know if that helped!
  74. Denis.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement