Jumat, 22 Juni 2012

Instalasi ISP config


fungsi isp config adalah sebagai webhost management berbasis open source
disarankan sebelum menginstall ini server sudah bisa bekerja alias semua fitur sudah ada termasuk webserver, sql, webmail dll nya

cara installnya
1. install dulu development tool dan juda librarynya
#yum groupinstall 'Development Tools'
#yum groupinstall 'Development Libraries'

2. install ispconfig
#cd /tmp
#wget http://nchc.dl.sourceforge.net/project/ispconfig/ISPConfig%203/ISPConfig-3.0.3.2/ISPConfig-3.0.3.2.tar.gz
#tar xvfz ISPConfig-3.0.3.2.tar.gz
#cd ispconfig3_install/install/
#php -q install.php  <--memulai proses instalasi

[root@server1 install]# php -q install.php

-------------------------------------------------------------------------------- _____ ___________   _____              __ _|_   _/  ___| ___ \ /  __ \            / _(_)  | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _  | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` | _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| | \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, |                                              __/ |                                             |___/--------------------------------------------------------------------------------

>> Initial configuration
Operating System: Redhat or compatible, unknown version.
    Following will be a few questions for primary configuration so be careful.    Default values are in [brackets] and can be accepted with <ENTER>.    Tap in "quit" (without the quotes) to stop the installer.

Select language (en,de) [en]: <-- ENTER
Installation mode (standard,expert) [standard]: <-- ENTER
Full qualified hostname (FQDN) of the server, eg server1.domain.tld  [server1.example.com]: <-- ENTER
MySQL server hostname [localhost]: <-- ENTER
MySQL root username [root]: <-- ENTER
MySQL root password []: <-- yourrootsqlpassword
MySQL database to create [dbispconfig]: <-- ENTER
MySQL charset [utf8]: <-- ENTER
Generating a 2048 bit RSA private key......+++.................+++writing new private key to 'smtpd.key'-----You are about to be asked to enter information that will be incorporatedinto your certificate request.What you are about to enter is what is called a Distinguished Name or a DN.There are quite a few fields but you can leave some blankFor some fields there will be a default value,If you enter '.', the field will be left blank.-----Country Name (2 letter code) [GB]: <-- ENTERState or Province Name (full name) [Berkshire]: <-- ENTERLocality Name (eg, city) [Newbury]: <-- ENTEROrganization Name (eg, company) [My Company Ltd]: <-- ENTEROrganizational Unit Name (eg, section) []: <-- ENTERCommon Name (eg, your name or your server's hostname) []: <-- ENTEREmail Address []: <-- ENTERConfiguring JailkitConfiguring SASLConfiguring PAMConfiguring DovecotConfiguring SpamassassinConfiguring AmavisdConfiguring GetmailConfiguring PureftpdConfiguring BINDConfiguring ApacheConfiguring vloggerConfiguring Apps vhostConfiguring FirewallInstalling ISPConfigISPConfig Port [8080]: <-- ENTER
Configuring DBServerInstalling Crontabno crontab for rootno crontab for getmailRestarting services ...Stopping MySQL:                                            [  OK  ]Starting MySQL:                                            [  OK  ]Shutting down postfix:                                     [  OK  ]Starting postfix:                                          [  OK  ]Stopping saslauthd:                                        [FAILED]Starting saslauthd:                                        [  OK  ]Shutting down Mail Virus Scanner (amavisd):                [FAILED]Starting Mail Virus Scanner (amavisd):                     [  OK  ]Stopping Dovecot Imap:                                     [  OK  ]If you have trouble with authentication failures,enable auth_debug setting. See http://wiki.dovecot.org/WhyDoesItNotWorkThis message goes away after the first successful login.Starting Dovecot Imap:                                     [  OK  ]Stopping httpd:                                            [  OK  ][Tue May 25 18:15:57 2010] [warn] NameVirtualHost *:80 has no VirtualHostsStarting httpd:                                            [  OK  ]Stopping pure-ftpd:                                        [  OK  ]Starting pure-ftpd:                                        [  OK  ]Installation completed.[root@server1 install]#



Installer secara otomatis mengkonfigurasi semua layanan pokok alias dasar, untuk selanjutnya diperlukan konfigurasi manual (silahkan di kembangkan)
setelah selesai konfigurasi isp config dengan membuka http://DOMAIN:8080/ atau http://IP:8080/
username:admin
password:admin

Tidak ada komentar:

Posting Komentar