Skip to content
/ find Public
forked from opentext-idol/find

End-user search interface for Haven OnDemand and HPE IDOL

License

Notifications You must be signed in to change notification settings

Yuntaz/find

 
 

Repository files navigation

HPE Find - Fork by Yuntaz

Build Status HPE Find is an end user search interface for Haven OnDemand and HPE IDOL

How do I get it?

  • The latest version of Find is used in Haven Search OnDemand
  • If you are an HPE IDOL Express or HPE IDOL Premium customer, Find is available to you in the HPE Big Data Download Center

Documentation is on the Wiki

Questions about building, running, and configuring Find, plus many more subjects, are all covered on the HPE Idol GitHub Wiki

How to compile it?

Prerequisites to build a version

You will need:

  • GitHub - Use the GitShell, better control ;-)
  • Java 1.8 - JDK for your platform
  • Maven - Use the last stable version
  • NodeJs 5.1 - Install the NVM binaries instead the default NodeJs so you can manage versions.

What to check?

Java

Java must be on the PATH, you must be able to run in any terminal

$ java -version

Also, don't forget to set the Environment variable JAVA_HOME

Linux
$ echo $JAVA_HOME
Windows
c:\>echo %JAVA_HOME% (Windows)

NodeJs

Download the NVM (Node version manager). Install it, and in a terminal, run

$ nvm install 5.1
$ node -v

It should be the 5.1 version on the system.

Build recipe

After testing all the prerequisites, you will be able to build. Open a GitShell terminal and run the following recipe

$ git clone -b onprem-release/12.1.0 https://github.com/microfocus-idol/find
$ cd find/webapps
$ mvn clean package -Pproduction -pl idol,hod -am

It will take some minutes, and you will get a JAR to use.

Translation to Spanish

This version has all the Spanish version translations.

License

Copyright 2014-2015 Hewlett-Packard Development Company, L.P. Copyright 2015-2016 Hewlett Packard Enterprise Development LP Licensed under the MIT License (the "License"); you may not use this project except in compliance with the License.
x

Packages

No packages published

Languages

  • JavaScript 49.1%
  • Java 37.8%
  • CSS 10.8%
  • HTML 1.8%
  • CoffeeScript 0.4%
  • Shell 0.1%