Warning |
---|
The initial release of Version 8.2 will be deployed to the frevvo Cloud on 4/20/2019.. A future release will be available for in-house customers. |
...
Looking for an example form/flow that you can use to build one that meets your business requirements? Whether you are new to or a valued customer, pre-built templates are designed to let you quickly try a form/flow for evaluation.
When designer/tenant admin users, login to a tenant, several pre-installed form/flow templates appear in a box at the top of the Applications Home Page. Hover over any template,click the green button to install it and you will be navigated to the Forms or Flows page for that template.
Now you can also search the many templates on the frevvo website and install them in your Cloud tenant with a single click. All Workflow Templates come with a Guided Tour that automatically launches after installation. The Guided Tour shows you how to run the workflow, explains application screens and guides you through some small modifications. Installable Templates provide an excellent way to get started designing Forms and Flows.
Image Added
Follow these steps to search the frevvo website for an Installable Template:
Publish Flows as Templates
...
Excerpt |
---|
|
Section |
---|
Column |
---|
The initial release of version 8.0 will be deployed to the frevvo Cloud on December 1, 2018. Version 8.1 will be released for in-house customers on TBD. Windows: - Open a command prompt. Navigate to <frevvo-home>\solr-6.6.2. Type bin\solr.cmd start to run the Insight server in the background, listening on the default port 8983.
Note |
---|
Use the bin\solr.cmd -all command to stop all instances of the Insight Server. The -p option allows you to specify the port number for the instance you want to stop |
You will see this message:
- Browse http;<your server:your 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:
|
Column |
---|
Linux: - Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
- Navigate to <frevvo-home>/solr-6.6.2/bin. Run this command to make the solr startup file executable:
chmod +x solr
- Navigate back to the solr-6.6.2 directory.
- Start the Insight server by typing:
bin/solr start - this starts the Insight server in the background, listening on the default port 8983.
- Browse http;<your server:your 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:
|
|
You do not have to restart the Insight server every time you restart . |
...