HOME / コンピュータTips / Linux / CentOS6 / ircdをインストール

Date: 2013/05/06 |  このエントリーをはてなブックマークに追加  |  Tags: CentOS6, setup, インストール

CentOS 6へircdをインストールする

面倒なのでircdのパッケージでいれます。

wget http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm  

インストールされているファイルの一覧を得る

rpm -qs epel-release-6-8.noarch
normal        /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
normal        /etc/rpm/macros.ghc-srpm
normal        /etc/yum.repos.d/epel-testing.repo
normal        /etc/yum.repos.d/epel.repo
normal        /usr/share/doc/epel-release-6
normal        /usr/share/doc/epel-release-6/GPL

cacheを作る。

sudo yum --enablerepo=epel makecache

インストール

sudo yum --enablerepo=epel install ngircd

デプロイ

事前準備(普通は不要)

/etc以下の変更物をhg管理しておく。

cd /etc
sudo hg init .
sudo hg add ngircd.conf

設定変更

ngircd.confを書き換える。