class MStrap::Bootstrappers::WebBootstrapper

Overview

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

Included Modules

Defined in:

mstrap/bootstrappers/web_bootstrapper.cr

Constructors

Instance Method Summary

Instance methods inherited from module MStrap::DSL::System

cmd(env : Hash | Nil, command : String, args : Array(String) | Nil, **kwargs) cmd, has_command?(command_name : String, **kwargs) : Bool has_command?

Instance methods inherited from module MStrap::DSL::Logging

log(msg) log, logc(msg) logc, logd(msg) logd, logn(msg) logn, logw(msg) logw, success(msg) success

Instance methods inherited from class MStrap::Bootstrapper

bootstrap(project : Project) : Bool bootstrap

Constructor methods inherited from class MStrap::Bootstrapper

new(config : Configuration) new

Class methods inherited from class MStrap::Bootstrapper

for(config : Configuration, project : Project) : Array(Bootstrapper) for

Instance methods inherited from module MStrap::DSL::System

cmd(env : Hash | Nil, command : String, args : Array(String) | Nil, **kwargs) cmd, has_command?(command_name : String, **kwargs) : Bool has_command?

Instance methods inherited from module MStrap::DSL::Logging

log(msg) log, logc(msg) logc, logd(msg) logd, logn(msg) logn, logw(msg) logw, success(msg) success

Constructor Detail

def self.new(config : Configuration) #

[View source]

Instance Method Detail

def bootstrap(project : Project) : Bool #

Executes the bootstrapper


[View source]