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 8443 or 8983
  2. Open a command prompt. Navigate to <frevvo-home>\solr.
  3. Type bin\solr.cmd start to start the Insight server. This starts the Insight server in the background, listening on port 8983.



    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:


...

  1. Navigate to <frevvo-home>\frevvo and double-click Start-frevvo. This starts tomcat on port 8443 with  pre-configured.
  2. Open the  home page in a new browser window. e.g. https://localhost:8443/frevvo/web/login.

    Info
    • We recommend that you use https and not http. Https is a secure channel.
    • You may see security warnings in your browser. This is because the tomcat bundle you downloaded from www.frevvo.com is pre-configured with a self-signed certificate for development and testing. This self-signed certificate enables frevvo to handle HTTPS connections out of the box. However before deploying your forms to production you may want to replace this with your own certificate.
  3. Login to  with username admin@d and password admin.
  4. Enter the license key from the confirmation email in the License Key box when prompted. Click Submit. The  login screen will display.

...

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. 
  4. Type bin\solr.cmd start to start the Insight server.
  5. Browse https://<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.

...