-
Notifications
You must be signed in to change notification settings - Fork 1
Quick Start
Mark Kerzner edited this page Nov 30, 2017
·
3 revisions
Get a copy of the project and build it.
- Current GIT location: https://github.com/markkerzner/FreeEedUI
- Build it with Maven: mvn clean install war:war
- Install Apache Tomcat
- Deploy the FreeEed UI war file to Tomcat
- Start Tomcat
FreeEed UI is Web application. To open the application, point your browser to http://localhost:8080/freeeedui-1.0 Note: Your Tomcat can run on a different port. Please change the URL accordingly.
The use FreeEed Search UI, you need to have Solr installed.
- Install Solr 4: http://archive.apache.org/dist/lucene/solr/4.0.0/apache-solr-4.0.0.zip
- Use FreeEed player to upload results to Solr. Please check the FreeEed manual how to do this.
- First, please login. The default credentials are: admin/admin
- Use "Application Settings" menu to configure the Solr endpoint
- Use "User Settings" menu to create users and give them permissions
Use the "Cases" menu to create a case. You should link each case to a given Solr core, which corresponds to FreeEed project.
Use "Search" menu to navigate to the Search page. Enter keywords and press the search button.