class TrustyCms::Setup

def bootstrap(config)

def bootstrap(config)
  setup = new
  setup.bootstrap(config)
  setup
end