Zymonic Toolkit Installer

From Zymonic
Revision as of 08:48, 30 August 2018 by Jbree (talk | contribs)

This page contains all of the options for:

sudo zymonic_toolkit.pl Installer


Combine Stylesheets

Combines the stylesheets for Zymonic Blocks to load dynamically - this is usually automatically done by the installer, this command is primarily for testing the XSL combiner set-up.

sudo zymonic_toolkit.pl Installer combine_stylesheets
  • Configuration Directory

    A direct to be used for retrieving/storing configuration for this application server - defaults to /etc/zymonic

    sudo zymonic_toolkit.pl Installer combine_stylesheets --confdir FOLDERPATH
    
  • Verbose

    If set to yes causes the installer to show full output as well as using a log file (if set)

    sudo zymonic_toolkit.pl Installer combine_stylesheets --verbose yes
    


Install

Installs the parts of Zymonic not installed by the perl Makefile.PL, i.e., Javascript, XSL stylesheets, configuration etc.

sudo zymonic_toolkit.pl Installer install
  • Configuration Directory

    A direct to be used for retrieving/storing configuration for this application server - defaults to /etc/zymonic

    sudo zymonic_toolkit.pl Installer install --confdir FOLDERPATH
    
  • Verbose

    If set to yes causes the installer to show full output as well as using a log file (if set)

    sudo zymonic_toolkit.pl Installer install --verbose yes
    
  • Apache Configuration File

    The base apache configuration file.

    sudo zymonic_toolkit.pl Installer install --apacheconf FILEPATH
    
  • Pretend

    If set to yes causes the installer to behave as normal _except_ that any actions that modify the filesystem will not occur.

    sudo zymonic_toolkit.pl Installer install --pretend yes
    
  • Manifests

    Must be a list of manifests (comma separated) to install / update

    sudo zymonic_toolkit.pl Installer install --manifests LIST1,LIST2,LIST3
    

List Manifests

Lists the currently installed manifests - handy for replicating machine set-up.

sudo zymonic_toolkit.pl Installer list_manifests
  • Configuration Directory

    A direct to be used for retrieving/storing configuration for this application server - defaults to /etc/zymonic

    sudo zymonic_toolkit.pl Installer list_manifests --confdir FOLDERPATH
    

Update

Updates the repositories associated with the selected manifests.

sudo zymonic_toolkit.pl Installer update
  • Configuration Directory

    A direct to be used for retrieving/storing configuration for this application server - defaults to /etc/zymonic

    sudo zymonic_toolkit.pl Installer update --confdir FOLDERPATH
    
  • Manifests

    Must be a list of manifests (comma separated) to install / update

    sudo zymonic_toolkit.pl Installer update --manifests LIST1,LIST2,LIST3
    
  • Revision

    The revision to install - can only be used if one manifest is entered - otherwise everything is updated to latest

    sudo zymonic_toolkit.pl Installer update --revision REVISION
    


Update and Install

Updates the repositories associated with the selected manifests.

sudo zymonic_toolkit.pl Installer update_install
  • Configuration Directory

    A direct to be used for retrieving/storing configuration for this application server - defaults to /etc/zymonic

    sudo zymonic_toolkit.pl Installer update_install --confdir FOLDERPATH
    
  • Manifests

    Must be a list of manifests (comma separated) to install / update

    sudo zymonic_toolkit.pl Installer update_install --manifests LIST1,LIST2,LIST3
    
  • Revision

    The revision to install - can only be used if one manifest is entered - otherwise everything is updated to latest.

    sudo zymonic_toolkit.pl Installer update_install --revision REVISION
    


Help

When using a terminal to run zymonic_toolkit.pl the user will see prompts that contain the same information that is found within this manual.

sudo zymonic_toolkit.pl Installer help
  • Command

    The specific command to show help for. If not set then shows help for all commands.

    sudo zymonic_toolkit.pl Installer help --command COMMAND