Difference between revisions of "Documentation"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 11: | Line 11: | ||
---- | ---- | ||
+ | '''Configuration files''' | ||
− | + | * [[Config.xml]] - where various wpkg.js settings can be configured | |
+ | * [[Hosts.xml]] - defines the hosts and associated profiles | ||
+ | * [[Packages.xml]] - defines how to install and uninstall software packages | ||
+ | * [[Profiles.xml]] - defines the software packages or scripts, which will be installed/executed on hosts. | ||
+ | * [[Settings.xml]] - settings file used by the WPKG Client. | ||
+ | * [[Wpkg.xml]] - the local settings file - it is stored on a workstation locally | ||
+ | * For more information about config files, please see: [[:Category: Config_Files | Config files]] | ||
− | + | ---- | |
+ | |||
+ | '''More technical stuff''' | ||
[[ Regular_expression_support | Regular expression support ]] | [[ Regular_expression_support | Regular expression support ]] |
Revision as of 09:53, 28 March 2008
Basic introduction
Configuration files
- Config.xml - where various wpkg.js settings can be configured
- Hosts.xml - defines the hosts and associated profiles
- Packages.xml - defines how to install and uninstall software packages
- Profiles.xml - defines the software packages or scripts, which will be installed/executed on hosts.
- Settings.xml - settings file used by the WPKG Client.
- Wpkg.xml - the local settings file - it is stored on a workstation locally
- For more information about config files, please see: Config files
More technical stuff
All articles in "Documentation" category
Silent installers, changing settings, etc.