sympa_install : yum -y install epel-release yum -y install wget cd /etc/yum.repos.d && wget http://sympa-ja.org/download/rhel/6/sympa-ja.org.rhel6.repo yum -y install sympa sympa-httpd perl-DBD-Pg perl-LDAP mod_ssl mod_auth_cas sympa_config : cp etc/sympa/auth.conf /etc/sympa/ chown sympa:sympa /etc/sympa/auth.conf cp etc/sympa/sympa.conf /etc/sympa/ chown sympa:sympa /etc/sympa/sympa.conf cp etc/httpd/conf.d/auth_cas.conf /etc/httpd/conf.d/ cp etc/httpd/conf.d/sympa.conf /etc/httpd/conf.d/ mkdir /var/run/mod_auth_cas chown apache:apache /var/run/mod_auth_cas