class

MStrap::Bootstrappers::WebBootstrapper

Inherits MStrap::DSL / MStrap::DSL::System / MStrap::DSL::Logging / MStrap::Bootstrapper / MStrap::DSL / MStrap::DSL::System / MStrap::DSL::Logging / Reference / Object

The WebBootstrapper is responsible for bootstrapping web-based projects. Currently, this is just setting up an NGINX configuration for the project.

Constructors

new(config : Configuration)
Source

Instance methods

bootstrap(project : Project) : Bool

Executes the bootstrapper

Source