UNIX BLOG
Blog for NIX system based administrators
php
Install YII framework on XAMPP in windows 7
In tutorial it is said to use yyic webapp ../yourproject. But php.exe is not working. 1. Download and unzip the Yii framework: http://www.yiiframework.com/download/ 2. unzip it into the folder in your c:\xampp\httpdocs 3. go to cmd.exe (command promot) and type: cd c:\xampp\htdocs\framework\ or c:\xampp\htdocs\yii\framework depending how the YII framework folder installed. type yiic webapp […]
Tags: framework, php, php.exe, windows, xampp, yii
Posted in Installation of Web-Scripts | 1 Comment »
How to install geoip for php on gentoo
First install Geo-IP package emerge -v Geo-IP Install pecl geoip php5 package emerge -v dev-php5/pecl-geoip Check if all is installed correctly php -i | grep geo
Posted in Linux Administration | No Comments »
install apache php and mysql on gentoo
USE=”php mysql php5 status security mod_rpaf rpaf cgi SSL INFO ssl gzip openssl mod_php” emerge apache apr apr-util apache-tools openssl php mysql
Posted in Linux Administration | No Comments »