LAMP with MSSQL (via freetds)

[cc lang=’bash’ ]rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm[/cc]

[cc lang=’bash’ ]yum –enablerepo=webtatic install php php-gd php-mbstring php-mcrypt php-mssql php-mysql php-xml ImageMagick[/cc]

[cc lang=’bash’ ]cd /etc/yum.repos.d
nano webtatic.repo
#set enabled to 1[/cc]

[cc lang=’bash’ ]yum groupinstall “Web server” “Mysql Database”[/cc]
[cc lang=’bash’ ]/etc/init.d/mysqld start[/cc]
[cc lang=’bash’ ]mysql_secure_installation[/cc]

[cc lang=’bash’ ]chkconfig httpd on (autorun)[/cc]
[cc lang=’bash’ ]setup >> turn off selinux[/cc]

თემის განახლება:
CENTOS 6-ისთვის php-mssql რეპოზიტორი

[cc lang=’bash’ ]rpm -Uvh ‘http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm'[/cc]

[cc lang=’bash’ ]nano /etc/yum.repos.d/epel.repo

Change “enabled=1” to “enabled=0″[/cc]

[cc lang=’bash’ ]yum install php-mssql –enablerepo=epel[/cc]

Leave a Reply

Your email address will not be published. Required fields are marked *