chef-repo
chef-repo copied to clipboard
Set up your server to host Ruby on Rails apps. - Follow us on Twitter: @intercityup
At this time the nginx configuration does not include a config for serving static gzip content. See the rails guides for the actual config: http://guides.rubyonrails.org/asset_pipeline.html#gzip-compression
Right now, you need to embed the contents of the cert and the key. This works, but is kindof a PIAS with regards to line-endings and formatting. Either your json...
Hi, I'm in the process of setting up SSL. Thus, the current instructions says that one should do the following with the last step: ``` ruby cookbook_file '/etc/apache2/ssl/monitoring.example.com.pem' owner 'root'...
On some servers I have some custom configuration for nginx that cannot be handled abstractly by chef-repo or any other automated piece of software. I think it would be a...
we should add a sample_host.json for postgresql installation. Moreover some directions about the md5 of the password as opscode site refers: https://github.com/hw-cookbooks/postgresql#chef-solo-note
Hi, I'm trying out the Testing Kitchen instructions. I created an Access Token, 'test', on Digital Ocean and created an SSH Key. then I try to receive the id's with...
The Backup gem creates ~/Backup/log/backup.log but I don't think it's rotated. Might end up to be a very large file so let's rotate it with log rotate. Also to catch...
We want to figure out a way how we can easily configure redirection statements and what kind of JSON DSL we might want for this. There is already some work...
Ubuntu comes with ufw, a friendlier wrapper around iptables. ufw is not too hard to manage through chef. It would be good to set up boxen with a basic firewall....