You cannot post messages because only members can post, and you are not currently a member.
Description:
Moonshine is an opensource configuration management and deployment system that follows the Rails way, simplifying server configuration, dependency management, and Rails application deployment, using Ruby and Puppet.
|
|
|
managing pdftk
|
| |
How can I use Moonshine to install and manage the pdftk? TIA.
|
|
Configuring logrotate options
|
| |
I'm not sure you can actually set the logrotate options with moonshine. I have tried different variations, but the resulting configuration files keep having syntax issues. I believe the plugin is looking for an array, but when setting the options in the yml it is always a string. The following configuration will put all of the options on one line in the... more »
|
|
rails 3.2.9 regression affecting moonshine...?
|
| |
My app is 3.2.8 and I have this in my environment.rb: Rails.configuration.paths['app /manifests'] = 'app/manifests' ...I'm not really sure what it does, I *thought* it did something like exclude app/manifests from the autoload path - but reading what it says, that doesn't seem to make sense. Regardless of what I think it's supposed... more »
|
|
unable to deploy with capistrano 2.3.14
|
| |
I started getting nil values for configuration[:key_that_exists _for_realz] in my application manifest. Reverting to 2.12.0 fixes whatever issue it is. * executing "sudo -p 'sudo password: ' RAILS_ROOT=/rails/app/releases /20121014060352 DEPLOY_STAGE=production RAILS_ENV=production shadow_puppet... more »
|
|
Rails 2.3-style plugins
|
| |
Is there a way to include Moonshine and avoid this annoying deprecation warning? DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/*... more »
|
|
Ubunutu 12.04 / PostgreSQL 9.1
|
| |
Please can you tell me if you plan to add support soon for Ubuntu 12.04 and PostgreSQL 9.1? I have been combing through the files to see if it's something I could easily fork and work on, but I fear it may be beyond my talents ;) Thanks for sharing this - whether it meets my requirements or not, it is... more »
|
|
how's postgres support going?
|
| |
I noticed postgres support has been added, and I've been trying it, but having a bunch of issues with it. Manually starting postgresql: $ sudo /etc/init.d/postgresql-8.4 start * Starting PostgreSQL 8.4 database server... more »
|
|
Missing Rake Tasks
|
| |
I have the latest version of Moonshine plugin, but when I run the command rake --tasks, I'm not seeing any of the Moonshine tasks? Specifically, I was trying to do a rake moonshine:update, but then I noticed there were no rake commands listed. I forced the upgrade with: rails plugin install git://github.com/railsmachine/ moonshine.git --force... more »
|
|
cap moonshine:apply and other problems
|
| |
Updated a rails 3.1.4 app to current moonshine and all hell broke loose.
The old passenger.vhost.erb parse bug is back, though the previous offending apostrophes do not exist. Something new has been introduces.
moonshine:apply is no longer applied to cap deploy.
Wondering if I'm missing something.... more »
|
|
|