Melancoly updated
March 30th, 2008
No comments
Listen:
Last.fm page:
http://www.last.fm/music/Oleg+Kossoy/_/Melancoly
Categories: Music
Listen:
Last.fm page:
http://www.last.fm/music/Oleg+Kossoy/_/Melancoly
On Leopard:
echo "export SVN_EDITOR=vi" >> ~/.bash_profile
cd /
svn propedit svn:externals .
In vi, add desired externals:
geppa svn://svn.geppahost/geppa/trunk
svn ci -m 'Stupid comment'
Done.
$ export PATH=/Applications/MAMP/bin/php5/bin:$PATH $ pear channel-discover pear.symfony-project.com $ peardev install symfony/symfony
Using peardev instead of pear is required because of memory_limit variable,
set to 8M in default php.ini and -1 in peardev.