Created
September 27, 2011 18:33
-
-
Save muteor/1245853 to your computer and use it in GitHub Desktop.
ZF1 Doctrine2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pear channel-discover pear.doctrine-project.org | |
pear install --alldeps doctrine/DoctrineORM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir storefrontDoctrine | |
mkdir storefrontDoctrine/library | |
mkdir storefrontDoctrine/cli | |
cd storefrontDoctrine | |
svn co http://framework.zend.com/svn/framework/standard/tags/release-1.11.10/bin bin | |
svn co http://framework.zend.com/svn/framework/standard/tags/release-1.11.10/library/Zend library/Zend | |
cd bin | |
chmod +x zf.sh | |
alias zf=$PWD/zf.sh | |
cd ../ | |
zf create project . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment