2011-01-01から1年間の記事一覧

perl+jenkinsでCI @ CentOS

http://jenkins-ci.org/まずはinstall % sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo % sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key % sudo yum install jenkins ビルドの設定 …

perlの環境構築

perlbrew % wget --no-check-certificate http://xrl.us/perlbrew % chmod +x perlbrew % ./perlbrew install % rm perlbrew % perl5/perlbrew/bin/perlbrew init % echo "source $HOME/perl5/perlbrew/etc/bashrc" >> ~/.zshrc % source .zshrc % perlbrew …