chef-repo icon indicating copy to clipboard operation
chef-repo copied to clipboard

Set up your server to host Ruby on Rails apps. - Follow us on Twitter: @intercityup

Results 32 chef-repo issues
Sort by recently updated
recently updated
newest added

HI, I have purchased SSL certs from a certificate authority (CA). Also, I added the files names to the site.json file within the nodes directory. For example, ``` json "ssl_info":...

I have created a sysadmin through the node and disabled root login. But i cannot cannot to the database with my sysadmin user. Access denied for user 'chris'@'localhost' (using password:...

We had an issue on Intercityup.com that the binary server was gone and people where no longer able to create a new application since the ruby version could not be...

bug
enhancement

- Added location config for assets with gzip_static enabled #72 - Upgraded serverspec gem to most recent version

Note: WIP. This adds a recipe that schedules tasks for apps. It simply adds entries to the root crontab with commands that will be ran within the context of the...

The MySQL cookbook has changed upstream with incompatible changes. To keep up-to-date with this cookbook, we need to modify our repository to adhere to the new changes. The most important...

Reproduce: - Deploy an app without `ssl_info`. Make sure there are no leftover certificate files on the server. - Add `ssl_info` with dummy strings for key and crt. - Provision...

I noticed that a staging.rb was created within the following location: ``` /path/to/rails/app/config/deploy/staging.rb ``` Thus, I'm guessing that it's necessary to add a staging entry to the host.json by doing...