= jeCheckHostConfigPlugin plugin = == Overview == This plugin check if the host is properly configured to run this symfony project. It checks - the dependancies of php modules for this particular project - the dependancies of apache modules for this particular project The plugin reads its configuration in a YAML file in /config/checkHostConfig.yml == Installation == To install jeCheckHostConfigPlugin: ./symfony plugin-install jeCheckHostConfigPlugin or svn co http://svn.symfony-project.com/plugins/jeCheckHostConfigPlugin plugins/jeCheckHostConfigPlugin Clear your cache ./symfony cc You're done! == Usage == To check the configuration of the host: ./symfony checkHostConfig Here is an example of config/checkHostConfig.yml file apache: modules: [header, deflate] php: modules: [PDO, pdo_mysql] == Notes == * TODO link to the usual dependancies for a symfony project == Change Log == * 0.5.0 * Initial release == License == For the full copyright and license information, please view the LICENSE file that was distributed with this source code.