Skip to content

Instantly share code, notes, and snippets.

@tankist
Created January 10, 2012 11:12
Show Gist options
  • Save tankist/1588515 to your computer and use it in GitHub Desktop.
Save tankist/1588515 to your computer and use it in GitHub Desktop.
Doctrine install via PEAR
pear config-set preferred_state alpha
pear upgrade-all
pear channel-discover pear.doctrine-project.org
pear channel-discover pear.symfony.com
pear install doctrine/DoctrineORM-2.2.0BETA2
pear install doctrine/DoctrineMongoDBODM-1.0.0BETA3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment