cbetta / dokkufy

Dokku Provisioning Made Easy
MIT License
233 stars 15 forks source link

Can't dokkufy server #12

Closed olimart closed 10 years ago

olimart commented 10 years ago

I just installed dokkufy locally and when I run dokkufy server I get

.rvm/gems/ruby-2.0.0-p353/gems/dokkufy-0.1.4/bin/dokkufy:6:in `<top (required)>': undefined method `configure' for Commander:Module (NoMethodError)
from .rvm/gems/ruby-2.0.0-p353/bin/dokkufy:23:in `load'
from .rvm/gems/ruby-2.0.0-p353/bin/dokkufy:23:in `<main>'
from .rvm/gems/ruby-2.0.0-p353/bin/ruby_executable_hooks:15:in `eval'
from .rvm/gems/ruby-2.0.0-p353/bin/ruby_executable_hooks:15:in `<main>'
cbetta commented 10 years ago

Interesting. Which commander version are you running? commander -v

olimart commented 10 years ago

commander 4.1.6

cbetta commented 10 years ago

Interesting. The gem requires 4.2. Wondering why it didnt force the right version on your system.

cbetta commented 10 years ago

@olimart reverted to using the od style commander syntax and release 0.1.5

olimart commented 10 years ago

all good. thanks.