https://github.com/pitou/braco
Puppet provisioning for Symfony2 devs
https://github.com/pitou/braco
Last synced: 12 months ago
JSON representation
Puppet provisioning for Symfony2 devs
- Host: GitHub
- URL: https://github.com/pitou/braco
- Owner: pitou
- Created: 2013-09-24T17:59:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T20:49:06.000Z (over 12 years ago)
- Last Synced: 2025-06-02T04:43:19.710Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 520 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Braco
-----
This is my first precious attempt to configure two identical development and production environments using Vagrant and Puppet.
You'll find in this repository all I needed to install and setup in my last big project (which name is replaced with "MY_PROJECT"):
* Debian 7.0
* Nginx
* PHP
* Mysql
* Redis + redis extension for PHP
* ZeroMQ + zmq extension for PHP
* Git
* Composer
In my project I use Symfony 2, so you may find some references to it (e.g. vendor/ creation using Composer).
Some useful Puppet modules are present into puppet/modules, maybe one day I'll push them as git submodules.
Ciao