class Registry::Installer

def install

def install
  copy_to_vendor_extensions
  migrate
  update
end