Skip to content
ppadron edited this page Sep 13, 2010 · 2 revisions

Install instructions (you’ll need php5 dev package):

git clone git://github.com/ppadron/php-augeas.git
cd php-augeas
phpize
./configure
make
make install

Create a file called augeas.ini in your PHP conf.d directory containing:

extension=augeas.so

Clone this wiki locally