cookbook-redmine icon indicating copy to clipboard operation
cookbook-redmine copied to clipboard

Chef's Cookbook for installing Redmine

Results 9 cookbook-redmine issues
Sort by recently updated
recently updated
newest added

I found my users to be time-outed frequrently. I found that ootb on ubuntu12.04 and mysql cookbook the my.cnf contains wait_timeout = is se to 180 which seems to be...

As it's now, `redmine::default` includes `passenger_apache2::mod_rails`, so the chef-client log goes: ``` Recipe: passenger_apache2::source * package[httpd-devel] action install (up to date) * package[libcurl-devel] action install (up to date) * package[openssl-devel]...

New apache2 conf supports: - SSL - www_redirect - redirect_http traffic to https - host name definition - host aliases definition - multiport

Add smtp configuration support for redmine

In some contexts the attribute node["redmine"]["databases"][environment]["adapter"] refers to a gem name. As such it can assume value of "mysql" or "mysql2" among others. However, in recipes/sources.rb the adapter variable is...

Juanje, I have done some work on a recipe for the [Redmine Backlogs Plugin](http://www.redminebacklogs.net/) here: https://github.com/btomasini/cookbook-redmine/tree/backlogs. Right now it only supports the source installation of Redmine. Do you think that...

Hey, there is a community cookbook from opscode which seems to be abandoned. Is there any possibility to merge the two cookbooks or upload your cookbook to the community site?

enhancement