| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to ddf-ui, the home of Intrigue.
Note: Change <VERSION> to the desired or most recent version of ddf-ui.
To install the backend and frontend features, run the following commands inside a DDF karaf console:
feature:repo-add mvn:org.codice.ddf.search/intrigue-ui-app/<VERSION>/xml/features feature:install catalog-ui-app feature:repo-add mvn:org.codice.ddf.search/ui-frontend/<VERSION>/xml/features feature:install ui-frontend
(Optional) To configure the Intrigue configurations to appear under the Search UI app in the DDF Admin Console, add the following bundle to bundleLocations in etc/application-definitions/search-ui.json:
"mvn:org.codice.ddf.search/catalog-ui-search/<VERSION>"
(Optional) To configure /search to redirect to /search/catalog (the URI for Intrigue), add a configuration file at etc/org.codice.ddf.ui.searchui.filter.RedirectServlet.config with the contents:
defaultUri="${org.codice.ddf.external.context}/search/catalog/"
There are multiple workflows setup to assist with develop in downstream projects.
An updated dist branch has been created and pushed to origin. You can use: `"catalog-ui-search": "https://github.com/codice/ddf-ui#catalog-ui-search-dist-746"`, in your package.json to use this version in your project. Remember to use "yarn install --force" if you want to pick up changes each time you make a change to this branch by committing.
"catalog-ui-search": "codice/ddf-ui#main-dist-snapshot"
Remember that both cases rely on using yarn install --force to pick up any changes to the branches.
(and also remember to wait for the rebuilt dist to be compiled and pushed)
| Back | FazBrowse Home | New Git URL |