fnash/configen

There is no license information available for the latest version (1.0) of this package.

Simple vhost generation from Symfony2 parameters.yml

1.0 2015-07-23 13:18 UTC

This package is auto-updated.

Last update: 2024-04-24 03:09:24 UTC


README

Generates apache vhost and bash export from Symfony2 parameters.yml

Install

$ wget https://github.com/fnash/configen/releases/download/1.0/configen.phar

Use

 #vhost_template.txt
 
 <VirtualHost *:80>

 {{symfony_vars}}

 </VirtualHost>
$ php configen.pĥar generate parameters.yml vhost --in-template=vhost_template.txt