fnash/configen

此包最新版本(1.0)没有可用的许可信息。

从 Symfony2 参数.yml 简单生成 vhost

1.0 2015-07-23 13:18 UTC

This package is auto-updated.

Last update: 2024-09-24 04:00:27 UTC


README

从 Symfony2 参数.yml 生成 apache vhost 和 bash 导出

安装

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

使用

 #vhost_template.txt
 
 <VirtualHost *:80>

 {{symfony_vars}}

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