You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions for installing Agavi from SVN do not work with Agavi 1.0.2. The instructions say
$ cd (agavi checkout path)
$ pear channel-discover pear.agavi.org
$ phing package-pear
$ cd build/
$ pear package
However, phing package-pear generates a pear-build directory, not a build directory.
Also, inside said pear-build directory, there is no build.xml-file, so pear package also fails. There is a build directory under pear-build, but that does not contain a build.xml-file either.
(Originally posted to Trac as ticket #1256 on 2010-03-23T17:40:08+00:00 by @horros)
The text was updated successfully, but these errors were encountered:
The instructions for installing Agavi from SVN do not work with Agavi 1.0.2. The instructions say
However,
phing package-pear
generates apear-build
directory, not abuild
directory.Also, inside said
pear-build
directory, there is nobuild.xml
-file, sopear package
also fails. There is abuild
directory underpear-build
, but that does not contain abuild.xml
-file either.(Originally posted to Trac as ticket #1256 on 2010-03-23T17:40:08+00:00 by @horros)
The text was updated successfully, but these errors were encountered: