Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ddeboer/puppet-symfony
- Owner: ddeboer
- License: mit
- Created: 2013-10-04T08:49:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T09:30:34.000Z (over 6 years ago)
- Last Synced: 2024-11-16T06:53:05.188Z (2 months ago)
- Language: Puppet
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.