Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
Panel
borderColor#88AACC
bgColor#F0F0F0
titleColorwhite
borderWidth1
titleBGColor#88AACC
borderStylesolid
titleLive Forms In-house Quick Start Installation Guide

 provides a downloadable version for local installations that runs  without further configuration on a Windows systems. This bundle includes an HSQL embedded database. Once you have downloaded and obtained your trial license key, follow these steps to install in your environment.

Column
width400px
Panel
borderColor#88AACC
bgColor#F0F0F0
titleColorwhite
borderWidth1
titleBGColor#88AACC
borderStylesolid
titleInstallation Guides

 On This Page:

Table of Contents


...

The following prerequisites must be satisfied in order to run in-house.

...

  1. Ensure that you do not have another server running on ports 8082 or 8983
  2. Open a command prompt. Navigate to <frevvo-home>\solr-x.x.x (replace "x.x.x" with your solr version number.)
  3. Type bin\solr.cmd start to start the Insight server. This starts the Insight server in the background, listening on port 8983.
    Image Removed
    Image Added

    You will see this message when the Insight server is running:



4. Browse http://<your server:port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server>  to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:


...

Expand
title Click here if you see an error about Insight Server Configuration when you browse the login URL.
Warning

If you start before the Insight server, you will see this message when you browse the login URL. Follow these steps to start the servers in the correct order:

  1. Navigate to your <frevvo-home> directory.
  2. Run the stop-frevvo batch file.
  3. Open a command prompt. Navigate to <frevvo-home>\solr-x.x.x. (Replace "x.x.x" with your solr version number.)
  4. Type bin\solr.cmd start to start the Insight server.
  5. Browse http://<your server:port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server> to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>.
  6. Navigate to your <frevvo-home> directory.
  7. Run the start-frevvo batch file.

...