fnash/configen

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

Simple vhost generation from Symfony2 parameters.yml

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fnash/configen

1.0 2015-07-23 13:18 UTC

This package is auto-updated.

Last update: 2025-09-24 06:08:09 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