Skip to content

Instantly share code, notes, and snippets.

@kblomqvist
Created January 7, 2012 11:28
Show Gist options
  • Save kblomqvist/1574499 to your computer and use it in GitHub Desktop.
Save kblomqvist/1574499 to your computer and use it in GitHub Desktop.
Fetch/install ZF1 locally
mkdir -p ~/workspace ~/bin
svn co http://framework.zend.com/svn/framework/standard/trunk/ ~/workspace/zf
ln -s ~/workspace/zf/bin/zf.sh ~/bin/zf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment