Example servoy_install.xml?

I need to setup Servoy on a headless VPS slice running Ubuntu.

I would rather install on that machine, and the admin guide says I can do that if I have a “servoy_install.xml” file to pass to the installer.

I would also rather not manually create one by running the installer elsewhere, does anyone have a sample version of this file that they could post? I expect I can alter it as necessary for my needs.

greg.

<AutomatedInstallation langpack="eng">
    <com.izforge.izpack.panels.HelloPanel/>
    <com.izforge.izpack.panels.LicencePanel/>
    <com.izforge.izpack.panels.TargetPanel>
        <installpath>/usr/home/servoy/ServoyTestEnv4</installpath>
    </com.izforge.izpack.panels.TargetPanel>
    <com.izforge.izpack.panels.PacksPanel>
        <pack name="Application Server" index="0" selected="true"/>
        <pack name="Developer" index="1" selected="false"/>
        <pack name="JDBC Driver Files" index="2" selected="true"/>
        <pack name="Database" index="3" selected="false"/>
        <pack name="Example Files" index="6" selected="false"/>
        <pack name="Headless Client Sample" index="7" selected="false"/>
        <pack name="Documentation Files" index="8" selected="false"/>
        <pack name="Beans" index="9" selected="true"/>
        <pack name="Plugin Files" index="10" selected="true"/>
        <pack name="Look and Feel Files" index="11" selected="true"/>
    </com.izforge.izpack.panels.PacksPanel>
    <com.izforge.izpack.panels.UserPathPanel>
        <UserPathPanelElement>/usr/home/servoy/workspace_ServoyTestEnv4</UserPathPanelElement>
    </com.izforge.izpack.panels.UserPathPanel>
    <com.izforge.izpack.panels.InstallPanel/>
    <com.izforge.izpack.panels.ShortcutPanel/>
    <com.izforge.izpack.panels.FinishPanel/>
</AutomatedInstallation>

Like this?

This is for the applicaion server only.

run to install:

java -jar servoyinstaller.jar INSTALL-FILE.xml

I actually did end up generating my own to move forward.

Mine had “” in there, too, which yours doesn’t.

This worked fine with the standard installation on a Desktop Ubuntu machine, but the headless server erred out trying to install saying that package was a bad package index.

greg.

Yea i know its standard, but i dont need that PDF Support pack, so i removed it.

Anyways, i never have errors when doing an install like this.