Agavi can be installed in three different ways: using release packages, through our PEAR channel or directly from the SVN repository.
December 22, 2011 · Release Notes · Changelog
July 25, 2009 · Release Notes · Changelog
If you decide that you would like to install Agavi by using PEAR, you can install it rather quickly using these commands:
pear channel-discover pear.agavi.org pear install agavi/agavi
To install a specific version, use this command:
pear install agavi/agavi-version
The PEAR channel is located at pear.agavi.org.
Check out a specific version from SVN:
svn checkout http://svn.agavi.org/tags/version
Since these tags never change, exporting will do the job just fine, too:
svn export http://svn.agavi.org/tags/version
You can, of course, also run your application off a branch or even trunk. Those may occasionally be unstable while we fiddle with things, or, as in the case of trunk, not be updated at all for a while:
svn checkout http://svn.agavi.org/branches/1.0
svn checkout http://svn.agavi.org/trunk