Wow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
yum groupinstall -y "X Software Development" | |||
yum groupinstall -y "Development Libraries" | |||
yum groupinstall -y "Development Tools" | |||
yum groupinstall -y "GNOME Software Development" | |||
yum groupinstall -y "KDE Software Development" | |||
yum groupinstall -y "Java Development" | |||
yum groupinstall -y "Legacy Software Development" | |||
mkdir /usr/local/src/php | mkdir /usr/local/src/php | ||
mkdir /usr/local/src/mysql | mkdir /usr/local/src/mysql |
Revision as of 03:48, 19 September 2010
Wow server setup
yum groupinstall -y "X Software Development" yum groupinstall -y "Development Libraries" yum groupinstall -y "Development Tools" yum groupinstall -y "GNOME Software Development" yum groupinstall -y "KDE Software Development" yum groupinstall -y "Java Development" yum groupinstall -y "Legacy Software Development" mkdir /usr/local/src/php mkdir /usr/local/src/mysql cd /usr/local/src/mysql wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-client-5.1.50-1.glibc23.i386.rpm/from/http://mysql.mirrors.hoobly.com/ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-debuginfo-5.1.50-1.glibc23.i386.rpm/from/http://mysql.mirrors.hoobly.com/ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-devel-5.1.50-1.glibc23.i386.rpm/from/http://mysql.he.net/ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-embedded-5.1.50-1.glibc23.i386.rpm/from/http://mysql.mirrors.hoobly.com/ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-shared-compat-5.1.50-1.glibc23.i386.rpm/from/http://mysql.mirrors.hoobly.com/ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-server-5.1.50-1.glibc23.i386.rpm/from/http://mysql.mirrors.hoobly.com/ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-shared-5.1.50-1.glibc23.i386.rpm/from/http://mysql.mirrors.hoobly.com/ rpm -i MySQL-client-5.1.50-1.glibc23.i386.rpm rpm -i MySQL-debuginfo-5.1.50-1.glibc23.i386.rpm rpm -i MySQL-devel-5.1.50-1.glibc23.i386.rpm rpm -i MySQL-embedded-5.1.50-1.glibc23.i386.rpm rpm -i MySQL-shared-compat-5.1.50-1.glibc23.i386.rpm rpm -i MySQL-server-5.1.50-1.glibc23.i386.rpm rpm -i MySQL-shared-5.1.50-1.glibc23.i386.rpm /usr/bin/mysqladmin -u root password j0erulzall touch /root/.my.cnf && echo [client] >> /root/.my.cnf && echo user="root" >> /root/.my.cnf && echo pass="j0erulzall" >> /root/.my.cnf cd /usr/local/src/php wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-bcmath-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-cli-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-common-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-dba-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-devel-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-gd-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-imap-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-ldap-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-mbstring-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-mysql-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-ncurses-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-odbc-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-pdo-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-pgsql-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-snmp-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-soap-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-xml-5.2.6-2.el5s2.i386.rpm wget http://dev.centos.org/centos/5/testing/i386/RPMS/php-xmlrpc-5.2.6-2.el5s2.i386.rpm rpm -i php-common-5.2.6-2.el5s2.i386.rpm rpm -i php-cli-5.2.6-2.el5s2.i386.rpm rpm -i php-5.2.6-2.el5s2.i386.rpm rpm -i php-devel-5.2.6-2.el5s2.i386.rpm rpm -i php-pdo-5.2.6-2.el5s2.i386.rpm rpm -i php-mysql-5.2.6-2.el5s2.i386.rpm rpm -i php-gd-5.2.6-2.el5s2.i386.rpm rpm -i php-bcmath-5.2.6-2.el5s2.i386.rpm rpm -i php-dba-5.2.6-2.el5s2.i386.rpm rpm -i php-ldap-5.2.6-2.el5s2.i386.rpm rpm -i php-mbstring-5.2.6-2.el5s2.i386.rpm rpm -i php-xmlrpc-5.2.6-2.el5s2.i386.rpm rpm -i php-xml-5.2.6-2.el5s2.i386.rpm rpm -i php-soap-5.2.6-2.el5s2.i386.rpm rpm -i php-odbc-5.2.6-2.el5s2.i386.rpm rpm -i php-pgsql-5.2.6-2.el5s2.i386.rpm rpm -i php-imap-5.2.6-2.el5s2.i386.rpm yum install -y php-mcrypt yum update -y