Meroje / puppet-devbox

Puppet configuration used to provision a development box.
1 stars 2 forks source link

Some suggestions #5

Open Meroje opened 11 years ago

Meroje commented 11 years ago

So far we have the following suggestions:

Optionnal (through config)

niallobrien commented 11 years ago

I think having these by default on the dev box would be pretty slick. I'm using it with L4 (http://four.laravel.com/docs/queues) and although it's not required for local dev, it's nice to get familiar with such tools prior to prod deployment.

Varnish would be a nice touch.

Beanstalkd: http://kr.github.com/beanstalkd/ Also, some way to admin the queues: Beanstalk_console: https://github.com/ptrofimov/beanstalk_console or http://mnapoli.github.com/phpBeanstalkdAdmin/

Personally, I prefer Beanstalk_console.

MySQL default.

Getting into precompiler territory could become messy. I use less which requires node.js etc. I think something like this would be best left until L4 has an asset pipeline (I'm not sure how other php frameworks handle this). @jasonlewis - perhaps Basset can be used here sometime? Assetic requires node.js for most of its compilation filters.