YamlConfig Package

Configure bitweaver using YAML files

Created by: Will, Last modification: 02 Sep 2009 (14:35 UTC)
YamlConfig Package makes it easy for admins to dump site configuration settings to YAML format and change site configuration settings by uploading YAML files.

YamlConfig is dependent on the Horde/Yaml php library. Horde/Yaml is distributed using PEAR. To get Horde/Yaml run these on the command line (sudo may be required):


<?php
pear channel-discover pear.horde.org
pear install horde/yaml
?>

Or you can download Horde/Yaml from the project website.