Skip to main content

Installation Freeze while Trying to install on Amazon EC2 centOS 6.x (i386)

Comments

2 comments

  • fsaadatp
    for people trying to achieve the solution. [SIZE="3">cPanel DNSONLY Name Server Installation Process AMAZON EC2: [SIZE="3">Server Environment Set-up
      ]
    • Create Instance (CentOS 6.x) Requirement for DNSONLY (Recommended) Instance Type: t1.micro Volume: 8GB Security Group: ALL TCP, ALL UDP, ALL ICMP
    • Assign Elastic IP
    • Open SSH access via Terminal and with your pem key (Mac OSX) ssh -i ~/.ssh/ YOUR KEY FILE.pem root@xx.xxx.xxx.xx
    • Disable SElinux sestatus
      check for Statues first, if enable, try next command line. setenforce 0
    • Update yum update
    [SIZE="3">cPanel Installation
      ]
    • Setup cd /home
      yum install perl
    • yum install screen (Install Screen)
    • screen (open screen)
    • Install wget yum install wget (install wget)
    • Save cPanel DNSONLY on CentOS wget -N http://httpupdate.cPanel.net/latest-dnsonly
    • 5.Run your Installation (choose one) sh latest-dnsonly
    0
  • cPanelMichael
    Hello :) I wanted to point out that installing the "Perl" package is not typically required. The minimum instance of CentOS and the cPanel installer should install the necessary packages. Thank you.
    0

Please sign in to leave a comment.