Class

DossierBuilder

DossierBuilder(sourceDSUopt, varStoreopt)

Constructor

# new DossierBuilder(sourceDSUopt, varStoreopt)

Automates the Dossier Building process Call via

    builder.buildDossier(config, commands, callback)

where the config is as follows (this config is generated by the buildDossier script in octopus given the proper commands):

    {
         "seed": "./seed",
         "domain": "default",
    }

For a Simple SSApp (with only mounting of cardinal/themes and creation of code folder) the commands would be like:

    delete /
    addfolder code
    mount ../cardinal/seed /cardinal
    mount ../themes/'*'/seed /themes/'*'
.

Automates the Dossier Building process Call via

    builder.buildDossier(config, commands, callback)

where the config is as follows (this config is generated by the buildDossier script in octopus given the proper commands):

    {
         "seed": "./seed",
         "domain": "default",
    }

For a Simple SSApp (with only mounting of cardinal/themes and creation of code folder) the commands would be like:

    delete /
    addfolder code
    mount ../cardinal/seed /cardinal
    mount ../themes/'*'/seed /themes/'*'
Parameters:
Name Type Attributes Description
sourceDSU Archive <optional>

if provided will perform all OPERATIONS from the sourceDSU as source and not the fs

varStore VarStore <optional>

View Source services/dt/DossierBuilder.js, line 4