Difference between revisions of "Profiles.xml"
From WPKG | Open Source Software Deployment and Distribution
Line 9: | Line 9: | ||
− | + | ==profiles.xml structure== | |
+ | |||
+ | The structure of '''profiles.xml''' is as follows: | ||
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> |
Revision as of 12:50, 25 June 2005
profiles.xml is a file which defines the software, which will be installed on hosts.
This file has to be placed in the same direstory as wpkg.js.
WPKG will not work without this file.
Hosts are defined in hosts.xml file.
Packages are defined in packages.xml file.
profiles.xml structure
The structure of profiles.xml is as follows:
<profiles>
<profile id="default">
<package package-id="wpkg1" />
</profile>
</profiles>
See also
- hosts.xml - defines the hosts.
- packages.xml - defines the list of packages.
- wpkg.js - WPKG engine.