Skip to content

Instantly share code, notes, and snippets.

@jalvarezsamayoa
Created June 10, 2013 04:36
Show Gist options
  • Save jalvarezsamayoa/5746559 to your computer and use it in GitHub Desktop.
Save jalvarezsamayoa/5746559 to your computer and use it in GitHub Desktop.
Configurar Instancia de Centos 6.3 para Sistema OpenWolf v.1.0
yum -y update
yum -y install emacs readline-devel ncurses-devel libevent-devel glib2-devel libjpeg-devel freetype-devel bzip2 bzip2-devel bzip2-libs openssl-devel pcre pcre-devel gpg make gcc yum-utils unzip g++ automke autoconf curl-devel zlib-devel httpd-devel apr-devel apr-util-devel sqlite-devel
yum grouplist |grep -i Development
rpm -ihv http://centos.alt.ru/repository/centos/6/x86_64/centalt-release-6-1.noarch.rpm
rpm -Uvh http://mirrors.ukfast.co.uk/sites/dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm
yum -y install geoip
yum -y install nginx
chmod +x /etc/init.d/nginx
/sbin/chkconfig nginx on
cd /tmp
wget http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
tar zxvf yaml-0.1.4.tar.gz
./configure --prefix=/usr/local
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment