Difference between revisions of "Profiles.xml"
From WPKG | Open Source Software Deployment and Distribution
Line 12: | Line 12: | ||
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
− | <profiles> | + | <profiles><br> |
− | <profile id="default"> | + | <profile id="default"><br> |
− | <package package-id="wpkg1" /> | + | <package package-id="wpkg1" /><br> |
− | </profile> | + | </profile><br> |
− | </profiles> | + | </profiles><br> |
</blockquote> | </blockquote> | ||
Revision as of 12:49, 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>
<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.