Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddeboer/puppet-symfony

A Puppet module for Symfony2 applications
https://github.com/ddeboer/puppet-symfony

Last synced: 17 days ago
JSON representation

A Puppet module for Symfony2 applications

Awesome Lists containing this project

README

        

puppet-symfony
==============

Introduction
------------

This [Puppet](https://puppetlabs.com/) module adds support for Symfony2 applications.

Installation
------------

Get the module:

```bash
$ git clone git://github.com/ddeboer/puppet-symfony.git modules/symfony
```

Usage
-----

Set up a virtual host on your webserver:

```puppet
symfony::webserver { 'myapp.dev':
vhostDir => '/vagrant',
webserver => 'nginx'
}
```

Run any Symfony2 console command:

```puppet
symfony::console { 'cache:clear' }
```

License
-------

This module is released under the MIT License. See the bundled LICENSE file for
details.