Difference between revisions of "Profiles.xml"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 3: Line 3:
 
This file has to be placed in the same direstory as [[wpkg.js]].
 
This file has to be placed in the same direstory as [[wpkg.js]].
  
WPKG will not work without this file.
+
[http://wpkg.org WPKG] will not work without this file.
  
 
Hosts are defined in [[hosts.xml]] file.<br>
 
Hosts are defined in [[hosts.xml]] file.<br>

Revision as of 12:51, 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