Skip to content

Instantly share code, notes, and snippets.

@gose
Created February 6, 2013 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gose/4725698 to your computer and use it in GitHub Desktop.
Save gose/4725698 to your computer and use it in GitHub Desktop.
Example deploy config
<install app-name="Discover">
<deployment-path>/usr/local/endeca/Apps</deployment-path>
<base-module type="dgraph" />
<additional-module type="custom">
/usr/local/endeca/ToolsAndFrameworks/3.1.1/reference/discover-data-catalog-integration/deploy.xml
</additional-module>
<options>
<option name="eac-port">8888</option>
<option name="workbench-port">8006</option>
<option name="dgraph1Port">15000</option>
<option name="authoringDgraphPort">15002</option>
<option name="logserverPort">15010</option>
<option name="casHost">localhost</option>
<option name="casPort">8500</option>
<option name="casRoot">/usr/local/endeca/CAS/3.1.1</option>
<option name="casJarVersion">3.1.1</option>
<option name="languageId">en</option>
</options>
</install>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment