AzGoalie / ddf-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddf-ui

Welcome to ddf-ui, the home of Intrigue.

Installing in DDF

Note: Change 4.1.0-SNAPSHOT to the desired or most recent version of ddf-ui.

  1. Inside of a DDF karaf console run the following commands:

    feature:repo-add mvn:org.codice.ddf.search/intrigue-ui-app/4.1.0-SNAPSHOT/xml/features
    
    feature:install catalog-ui-app
    

    This will add the backend repo and then install the app.

    feature:repo-add mvn:org.codice.ddf.search/ui-frontend/4.1.0-SNAPSHOT/xml/features
    
    feature:install ui-frontend
    

    This will add the frontend repo and then install the app.

  2. (Optional) Add the following bundle to bundleLocations in etc/application-definitions/search-ui.json:

    "mvn:org.codice.ddf.search/catalog-ui-search/4.1.0-SNAPSHOT"
    

    This configures the Intrigue configurations to appear under the Search UI app in the DDF Admin Console.

  3. (Optional) Add a configuration file at etc/org.codice.ddf.ui.searchui.filter.RedirectServlet.config with the following contents:

    defaultUri="${org.codice.ddf.external.context}/search/catalog/"
    

    This configures /search to redirect to /search/catalog, which is the URI for Intrigue.

About

License:Other


Languages

Language:Java 36.1%Language:TypeScript 31.4%Language:JavaScript 26.6%Language:Less 3.3%Language:Handlebars 1.9%Language:CSS 0.6%Language:HTML 0.1%Language:Shell 0.0%Language:XSLT 0.0%