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


...

  • Review the Supported Platforms list.
  • You must have the Java Development Kit (JDK)   versions 1.7 or 1.8 or Java Runtime Environment (JRE) versions 7(update 21 or greater) or version 8 installed on your system.
    • Click here to go to the Java SE Downloads site if necessary.
    • Return to this page and continue with Set Up the Environment when the Java download and the installation are completed.

...

  • 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.

...

  1. Unzip the frevvo zip file 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 from the confirmation email 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.

...

  1. Click the "Manage Tenants" link on the page that displays.
  2. There is a single tenant named d. This is the default tenant.
  3. Click the  icon to create a tenant, fill in the form and submit it. The new tenant will be created.

...

You can find examples on creating your own workflows on the Tutorials page. Refer to Getting Started for the next steps to follow to create forms/flows.

Info

Trial tenants are configured to use the frevvo Default Security Manager by default. Once you have purchased a license for your tenant, you can switch the Security Manager of your tenant and retain forms/flows, users, roles and submissions.

Tenants using the Default Security Manager can be migrated to:

  • Default Security Manager → LDAP
  • Default Security Manager → SAML  
  • Default Security Manager →  Azure SAML

Tenants using the LDAP Security Manager can migrate to:

  • LDAP → SAML
  • LDAP → Azure SAML

If you are planning to switch the Security Manager of your tenant to LDAP or SAML Security Managers in the future, make sure the users created in the default security manager tenant have the same user names as the users in your LDAP server or identity provider.

Detailed Installation Instructions

When you have completed the trial period and you are ready to customize your server software, please see the detailed In-house Installation Guide.

Warning

The bundle includes an HSQL embedded database. If you use the HSQL database during your trial period, you cannot migrate the data (user, roles, applications) automatically from HSQL to your production database. Once your production database is in place, you must manually: 

  1. Create the tenantsyour tenant.
  2. Use csv upload feature to move your users/roles to the tenant.
  3. Download and upload the applications from designer user accounts in the trial database to the designer users in the new database.

 

...