さくらのVPSを使ってみる


ServersMan@VPSが調子が悪いのでさくらのVPSに乗り換えることにする。


以下、メモです。


yumとrpm


rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

yum -y update
yum -y install gcc* compat-gcc* compat-glibc* compat-lib*
yum -y install httpd httpd-devel
yum -y install mysql mysql-server mysql-devel
yum -y install php php-devel php-gd php-mbstring php-mysql php-pdo php-pear php-xml php-imap
yum -y install openssl openssl-devel mod_ssl
yum -y install libxml2-devel
yum -y install gd-devel
yum -y install vim*
yum -y install memcache*
yum -y install fcgi*
yum -y install mod_fcgid*
yum -y install git


CPAN


install Unicode::Japanese
install Date::Calc
install MIME::Types
install Data::FormValidator
install CGI::Application
install CGI::Application::Plugin::Session
install CGI::Application::Plugin::TT
install CGI::Application::Plugin::Redirect
install CGI::Application::Plugin::Forward
install CGI::Application::Plugin::ValidateRM
install Perl6::Junction
install Email::Valid
install File::MMagic
install Image::Size
install Regexp::Common
install Data::FormValidator
install MIME::Lite
install parent
install Class::Load
install Class::Singleton
install Math::Round
install DateTime::TimeZone
install DateTime::Locale
install DateTime
install DateTime::Format::MySQL
install Algorithm::C3
install Cache::Memcached::Fast
install Template::Plugin::FillInForm
install JSON::XS
install HTTP::MobileAgent
install ExtUtils::MakeMaker
install WWW::MobileCarrierJP
install Data::Page::Navigation
install OAuth::Lite
install Crypt::OpenSSL::Random
install Crypt::OpenSSL::RSA
install XML::LibXML
install Web::Scraper
install HTML::TreeBuilder::LibXML
install Dist::CheckConflicts
install Package::Stash
install namespace::clean
install DBIx::Class
install DBIx::Class::Schema
install GD
install GD::Graph
install Text::CSV_XS
install Gearman::Client
install Gearman::Server
install WebService::Bitly
install Spreadsheet::XLSX
install Text::Iconv
install Compress::Zlib
install HTTP::BrowserDetect
install Test::LongString
install Plack::Test
install Exception::Class
install HTTP::Exception
install CGI::Application::Dispatch
install YAML::Syck
install CGI::Session::Driver::memcached
install Email::MIME
install Email::Send
install Email::Send::Gmail


さくらのVPSでは、ServersMan@VPSのように再起動後に設定ファイルが戻ってしまう現象は無いようです。