agavi / documentation

The documentation for Agavi
3 stars 1 forks source link

The tutorial's installation instructions for SVN versions do not work with 1.0.2 #13

Open agavi opened 12 years ago

agavi commented 12 years ago

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)

agavi commented 12 years ago

Err, sorry, I ment package.xml of course.

Originally posted to Trac on 2010-03-23T17:41:46+00:00 by @horros