Setup Debian Lenny with ISPCP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Setup Debian Lenny with ISPCP

    another Tutorial :D
    some of us get a VPS or Dedicated and expect it to work out of the box, thats not the case if you get a unmanaged bare Server, if you dont want to pay for a license (Cpanel,Plesk,Directadmin) this guide is for you

    okay first we log in to our new Server with putty


    okay now we see our terminal, we type
    Code:
    apt-get update && apt-get upgrade && apt-get dist-upgrade
    now sit back and have a drink this can take a while
    when this is done we enter the next commands
    Code:
    apt-get install wget mc zip unzip bzip2 ntp ntpdate lsb-release
    mkdir -p /usr/local/src/ispcp
    cd /usr/local/src/ispcp
    wget http://downloads.sourceforge.net/project/ispcp/ispCP%20Omega/ispCP%20Omega%201.0.7/ispcp-omega-1.0.7.tar.bz2
    tar -xjvf ispcp-omega-1.0.7.tar.bz2
    cd ispcp-omega-1.0.7
    apt-get install apache2-mpm-worker apache2 apache2.2-common apache2-suexec apache2-utils awstats bash bind9 bzip2 chkrootkit courier-authdaemon courier-base courier-imap courier-maildrop courier-pop diff dnsutils gcc gzip iptables ispell libapache2-mod-fastcgi libapache2-mod-fcgid libberkeleydb-perl libc6-dev libcrypt-blowfish-perl libcrypt-cbc-perl libcrypt-passwdmd5-perl libdate-calc-perl libdate-manip-perl libdatetime-perl libdatetime-timezone-perl libdbd-mysql-perl libdbi-perl libfile-copy-recursive-perl libfile-mimeinfo-perl libio-stringy-perl libmail-sendmail-perl libmailtools-perl libmcrypt4 libmd5-perl libmime-perl libnet-dns-perl libnet-libidn-perl libnet-netmask-perl libnet-smtp-server-perl libperl5.10 libsasl2-2 libsasl2-modules libsnmp-session-perl libterm-readkey-perl libterm-readpassword-perl libhtml-parser-perl libtimedate-perl libmysqlclient15off locales lsb-base lsb-release lynx lzma make mysql-client mysql-common mysql-server original-awk patch perl perl-base perl-modules php-pear php5 php5-adodb php5-cgi php5-cli php5-gd php5-mcrypt php5-mhash php5-mysql policyd-weight postfix postgrey procmail proftpd rkhunter sasl2-bin ssh tar
    make install
    cp -Rv /tmp/ispcp/* /
    cd /var/www/ispcp/engine/setup
    perl ./ispcp-setup
    rm -fR /tmp/ispcp
    the question when you run
    Code:
    perl ./ispcp-setup
    are self explaining you will need a domain i suggest you setup a records for domain.com and admin.domain.com before running it
    any questions just ask

    PHP Code:
    foreach ($_SERVER as $server => $value)
    {
    echo 
    "$server is $value<br />";

Working...
X