Virtual Machine Setup Development
From GLMWiki
Common applications for php development
apt-get install
sudo apt-get install apache2 postgresql postgresql-contrib php5 php5-pgsql php5-sqlite php5-cli php-pear phpunit vim-gnome
pear install
sudo pear upgrade PEAR sudo pear upgrade-all sudo pear channel-discover pear.phpunit.de sudo pear channel-discover pear.spmfony-project.com sudo pear install phpunit/PHPUnit
phing
sudo pear channel-discover pear.phing.info sudo pear install phing/phing
php setup
set your ini files to max memory of at least 60 or maybe 200
/etc/apache/cli/php.ini
safe_mode_allowed_env_vars = PHP_,GLM_ memory_limit = 200
go change the permission of the /usr/bin/phpunit file so your user can execute the file and change the /usr/share/php directory to yourself as the user
--kc8wxm 14:08, 7 January 2011 (UTC)