On 01/10/16 21:53, lakier wrote: > To provide more information, salt foreman plugin was installed via: > gem 'foreman_salt', :git => "url to git", :branch => 'blabla' > and running bundle update, bundle install... > Do I miss some other undocumented magic command to install plugin? > It looks like some initializing code is missing (javascripts should be > translated to assets or something like this)
"rake assets:precompile" should compile those, and you may also need db:migrate and db:seed for DB-related setup. -- Dominic Cleal [email protected] -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
