Adding Application Templates to the Enterprise

You can add an application template to the enterprise from the GUI or by using the CLI. As part of the process, you can import the template features.

GUI

Procedure

  1. Choose a starting point and follow the appropriate procedure.
    Starting Point Procedure
    Software Management
    1. Select Infrastructure > Software Management.
    2. Click the Features or Application Templates tab.
    3. Click Upload DAA or EAR.
      1. Navigate to a directory containing the DAA file.
      2. Click the DAA file.
      3. Click Open.
    4. Choose whether you want to import the listed features.
    Applications
    1. Click Applications.
    2. Click an application.
    3. In the General tab, click the Upload DAA or EAR link next to the Template Version field.
      1. Navigate to a directory containing the DAA file.
      2. Click the DAA file.
      3. Click Open.
    4. Choose whether you want to import the listed features.
  2. Click Save.

Result

The application templates contained in the DAA are added to enterprise.

CLI

Procedure

  1. In the data file, specify a DAA element in full format.
    <DAA xsi:type="amxdata:DAA" location="testApp.daa" />
    
  2. In the build file, set the action attribute of the AMXAdminTask element to add and the objectSelector attribute to DAA.
    <AMXAdminTask action="add" objectSelector="DAA" />