[cvs] [Wiki] changed: CentOS5InstallationNotes

Wiki Guest wikiguest at horde.org
Sat Nov 3 21:02:32 UTC 2007


guest [201.6.83.105]  Sat, 03 Nov 2007 14:02:32 -0700

Modified page: http://wiki.horde.org/CentOS5InstallationNotes
New Revision:  1.7
Change log:  Adeed more steps

@@ -17,17 +17,33 @@
 * Postfix (mail server)
 * Dovecot (IMAP)


-++ Installing prerequisites
+++ Set up your host name and address
+
+* USe system-config-network-tui to set up IP, Netmask and Gateway:

 <code>
-yum install -y gettext httpd mysql mysql-server dovecot postfix
system-switch-mail perl
+system-config-network-tui
+</code>

-yum install -y php php-mysql php-xml php-imap php-mbstring php-mcrypt
php-pecl-Fileinfo php-pecl-memcache php-pear-DB php-pear-File php-pear-Log
php-pear-Mail-Mime php-pear-Auth-SASL php-pear-Date php-pear-HTTP-Request
php-pear-Mail php-pear-Net-Sieve php-pear-Net-Socket php-pear-Net-SMTP
+
+* Edit /etc/sysconfig/network and set your hostname:
+
+<code>
+NETWORKING=yes
+NETWORKING_IPV6=yes
+HOSTNAME=yourhostname.yourdomain.com
+</code>
+
+
+* Edit /etc/resolv.conf and add your DNS servers:
+
+<code>
+nameserver 208.67.222.222
+nameserver 208.67.220.220
 </code>

-++ Set up your host name and address

 * Edit /etc/hosts to something like this, according to your system
settings:

 <code>
@@ -35,8 +51,27 @@
 # that require network functionality will fail.
 127.0.0.1         localhost.localdomain        localhost
 192.168.0.100     yourhostname.yourdomain.com  yourhostname
 ::1               localhost6.localdomain6      localhost6
+</code>
+
+
+* Restart network:
+
+<code>
+service network restart
+</code>
+
+
+* If your using GUI interface (like gnome), you may need to restart it.
Logout and login.
+
+
+++ Installing prerequisites
+
+<code>
+yum install -y gettext httpd mysql mysql-server dovecot postfix
system-switch-mail perl
+
+yum install -y php php-mysql php-xml php-imap php-mbstring php-mcrypt
php-pecl-Fileinfo php-pecl-memcache php-pear-DB php-pear-File php-pear-Log
php-pear-Mail-Mime php-pear-Auth-SASL php-pear-Date php-pear-HTTP-Request
php-pear-Mail php-pear-Net-Sieve php-pear-Net-Socket php-pear-Net-SMTP
 </code>


 ++ Configuring Postfix and Dovecot


More information about the cvs mailing list