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. If you are planning to install a trial version of , sign up and register to download the software. Follow the steps listed below in the The Quick Start Installation Guide for easy setup of  in-house on a Windows system. 

 

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

 On This Page:

Table of Contents


...

  • If you downloaded the JDK then make sure that the JAVA_HOME environment variable is set to the installation directory of your JDK  for example, C:\Program Files\Java\jdk1.7.0_09. Refer to JDK or JRE Prerequisite for the details.

  • If you downloaded the JRE then make sure that the JREJAVA_HOME environment variable is set to the installation directory of your JRE for example, C:\Program Files\Java\jre7. Refer to JDK or JRE Prerequisite for the details.

...

These steps will guide you through the process.

Download .

  1. Register on frevvo's web site. 

     
     
  2. You will see this message:



  3. You will receive an email to the address provided with a link to confirm your email address. 

     

  4. Click on the email link to download the software to your local computer. We will unpack and install it after the license key is generated. Register a  user name/password then click Submit

     

  5. You can generate a 30 day license by clicking on the Generate a trial License link on the screen that displays or clicking on the license manager link in the email you receive confirming that your activation was successful. 

    Section
    Column

    Column

    Tip

    Save this email as it provides important information about Live Forms and links to the License Manager, customer support, documentation and Quick Start videos.

  6. Login with your registered user name/password to access the License Manager. 



  7. You can manage your personal information and generate/manage in-house and Confluence licenses from this page. Click on the link to select the type of license you wish to generate.



  8. Click the link to generate a  full feature 30 day trial license. 

     

  9. Copy the license key. Click Back to My Account and logout of the License Manager.

...

  1. Unzip the frevvo zip file (downloaded in Step 4 in the previous section) into a location of your choice: e.g. c:\frevvo.   We'll refer to this directory below as <frevvo-home>.
  2. Ensure that you do not have another server running on ports 8082 or 8983
  3. Open a command prompt. Navigate to <frevvo-home>\solr-5.4.1.
  4. 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:



  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 <>. You will see the Insight server (Solr) dashboard with the current status:



    Warning

    If you close the Insight server (Solr) startup window, the server will stop running. Leave the window open or set up Live Forms and the Insight Server to run as Windows services.

  6. Navigate to <frevvo-home>\frevvo and double-click Start frevvo. This starts tomcat on port 8082 with  pre-configured.
  7. Open the ' home page in a new browser window. e.g. http://localhost:8082/frevvo/web/login
  8. Enter the license key you generated in the License Key box. Click Submit. The  login screen will display.



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. Naviagate to your <frevvo-home> directory.
  2. Run the stop-frevvo batch file.
  3. Open a command prompt. Navigate to <frevvo-home>\solr-5.4.1.
  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. Naviagate to your <frevvo-home> directory.
  7. Run the start-frevvo batch file.

...