Skip to content

construct-org/construct_formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

construct

Salt Formula to install and manage Construct.

See the full Salt Formulas installation and usage instructions.

Available states

Installs and configures Construct based on pillars.

Same as construct.

Completely remove Construct.

Ensures construct is not installed in your global python site-packages.

Pillars

construct:
    # Path to the construct_setup git repo
    # You should not need to override this.
    git_repo: https://github.com/construct-org/construct_setup

    # The version of Construct to install - tag or branch of git repo
    version: '0.1.24'

    # Path to construct yaml configuration file
    # You probably want to set this to a shared network config
    config: '\\\\shared\\path\\construct.yaml'

    # Optional: Python executable used to create construct virtualenv
    python_exe: 'C:\\python27\\python.exe'

    # Optional: Root directory of construct installs
    install_dir: 'C:\\construct'

Installing a specific version of Construct

> salt '\*' state.apply construct.install pillar='{"construct":{"version": "0.1.23"}}'

About

Salt Formula to install and manage Construct.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published