Sha256: 42fd2c163f0e9b092b8feab0f27c7e100ccce654af510f7c56032d1b285d2b0c

Contents?: true

Size: 816 Bytes

Versions: 1

Compression:

Stored size: 816 Bytes

Contents

require 'fulmar/version'

require 'fulmar/service/bootstrap_service'
require 'fulmar/service/helper_service'
require 'fulmar/service/logger_service'

require 'fulmar/domain/service/initialization_service'
require 'fulmar/domain/service/application_service'
require 'fulmar/domain/service/configuration_service'
require 'fulmar/domain/service/config_rendering_service'
require 'fulmar/domain/service/file_sync_service'

require 'fulmar/infrastructure/service/composer_service'
require 'fulmar/infrastructure/service/shell_service'
require 'fulmar/infrastructure/service/copy_service'
require 'fulmar/infrastructure/service/ssh_config_service'

require 'fulmar/infrastructure/service/database/database_service'

require 'ruby_wings'
require 'fileutils'

bootstrap = Fulmar::Service::BootstrapService.new
bootstrap.fly

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fulmar-1.10.1 lib/fulmar/task_manager.rb