Created
February 28, 2011 12:29
-
-
Save rosenfeld/847256 to your computer and use it in GitHub Desktop.
Chef configuration files for Gitorious
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file_cache_path "/root/chef-solo" | |
cookbook_path "/root/chef-solo/cookbooks" | |
json_attribs "/root/chef-solo/node.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"passenger": { "version": "3.0.14" }, | |
"gitorious": { | |
"host": "gitorious.local", | |
"git": { | |
"url": "git://gitorious.org/gitorious/mainline.git", | |
"reference": "v2.2.1" | |
}, | |
"db": { | |
"user": "gitorious", | |
"host": "localhost", | |
"database": "gitorious", | |
"password": "gitorious" | |
}, | |
"hide_http_clone_urls": "false", | |
"locale": "en", | |
"support_email": "[email protected]", | |
"notification_emails": "[email protected]", | |
"public_mode": "false", | |
"only_admins_create": "false", | |
"admin": { | |
"email": "[email protected]", | |
"password": "admin" | |
} | |
}, | |
"smtp": { | |
"address": "smtp.not-gmail-provider.com", | |
"port": "25", | |
"username": "[email protected]", | |
"password": "password", | |
"default_sender": "[email protected]" | |
}, | |
"run_list": [ "recipe[vim]", "recipe[custom_environment]", "recipe[ntpdate]", "recipe[smtp]", "recipe[gitorious]" ] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mysql": { "server_debian_password": "password", "server_root_password": "password", "server_repl_password": "password", "bind_address": "localhost" }, | |
"rvm": { "default_ruby": "ree-1.8.7-2011.03", "rvmrc": { "rvm_trust_rvmrcs_flag": 1 } }, | |
"activemq": { "memory": "50M" }, | |
"gitorious": { | |
"git": { | |
"url": "git://gitorious.org/~rosenfeld/gitorious/rosenfeld-gitorious.git", | |
"reference": "bundler" | |
}, | |
"db": { | |
"user": "gitorious", | |
"host": "localhost", | |
"database": "gitorious", | |
"password": "gitorious" | |
}, | |
"hide_http_clone_urls": "false", | |
"locale": "pt-BR", | |
"web_server": "nginx", | |
"support_email": "[email protected]", | |
"notification_emails": "[email protected]", | |
"public_mode": "false", | |
"only_admins_create": "false", | |
"admin": { | |
"email": "[email protected]", | |
"password": "admin" | |
}, | |
"mailer": { "delivery_method": "smtp" }, | |
"smtp": { | |
"tls": "true", | |
"address": "smtp.gmail.com", | |
"port": "587", | |
"domain": "", | |
"authentication": "plain", | |
"username": "[email protected]", | |
"password": "password" | |
} | |
}, | |
"run_list": [ "recipe[vim]", "recipe[custom_environment]", "recipe[gitorious]" ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://rosenfeld.heroku.com/en/articles/2011-03-06-installing-gitorious-has-never-been-so-easy