Skip to content

Instantly share code, notes, and snippets.

@1987yama3
Created April 14, 2014 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1987yama3/10644132 to your computer and use it in GitHub Desktop.
Save 1987yama3/10644132 to your computer and use it in GitHub Desktop.
CentOSの基本セットアップ
yum -y install ntp
chkconfig ntpd on
/etc/init.d/ntpd start
#install package
yum -y --enablerepo=remi,epel install libyaml libyaml-devel zlib zlib-devel readline readline-devel openssl openssl-devel libxml2 libxml2-devel libxslt libxslt-devel gcc gcc-c++ make git wget subversion mysql mysql-server mysql-devel
chkconfig mysqld on
/etc/rc.d/init.d/mysqld start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment