Live Forms v5.1 is no longer supported. Click here for information about upgrading to our latest GA Release.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 32 Next »

On This Page:

Unix Installation

 provides a bundle that includes Tomcat version 7.0.35 and has the frevvo web application, the database connector web application and the Google connector web application pre-deployed and pre-configured. The bundle works on Windows, Linux and Mac systems without any further configuration. If you are evaluating , we strongly recommend the bundle.

  1. You must register for a account, generate a 30 day trial license and download the tomcat bundle from the  web site.
    1. Download the tomcat bundle to your local machine
    2. Fill in the form to register. You will receive an email with a link to activate your account. Click the link in the email.
  2. Ensure that you do not have another server running on port 8082.
  3. Unpack the frevvo.zip file to the location of your choice: e.g. /Users/me/frevvo. We'll refer to this directory below as <frevvo-home>.
  4. Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
  5. Start : <frevvo-home>/tomcat/bin/catalina.sh run. This starts tomcat on port 8082 with pre-configured.
  6. In your browser, go to http://<server-name>:8082/frevvo/web.
  7. On the page that is displayed, copy and paste the license that you generated and click Submit.
    1. If frevvo does not accept your license after multiple attempts, please try restarting your frevvo server after the license install. <frevvo-home>/tomcat/bin/catalina.sh stop. When tomcat has stopped, restart using <frevvo-home>/tomcat/bin/catalina.sh run.
  8. In your browser, go to http://<server-name>:8082/frevvo/web.
  9. Login to  as user "admin", password "admin".  Change the admin password if you want.
  10. We strongly recommend that you do not use the admin user to create your own forms. Add a new user for that purpose.
  11. Click the "manage" link in the top right menu.
  12. On the page that is displayed, click the "Manage Tenants" link.
  13. There is a single tenant named d. This is the default tenant.

Setup for Forms only

  1. Click the  icon, to administer the default tenant.
  2. On the page that is displayed, click the "Manage Users" link.
  3. There are four default roles listed, frevvo.Designer, frevvo.Editor, frevvo.Publisher and frevvo.ReadOnly.
  4. Click the  icon, fill in the form and submit it. The user will be created.
  5. Logout of the admin account and login as the new user.
  6.  is installed and ready for use.

Setup for Forms and Workflows 

  1. Click the  icon to create a new tenant, fill in the form and submit it. The new tenant will be created.
  2. Click the  icon, to administer the newly created tenant.
  3. On the page that is displayed, click the "Manage Roles" link.
  4. There is a single role (frevvo.Designer).
  5. Click the  icon, fill in the form and submit it to create new roles e.g. Employee or Manager.
  6. Click the 'Back to Manage Tenant' link.
  7. On the page that is displayed, click the "Manage Users" link.
  8. There is a single user (the administrative user you defined when you created the tenant). Note that you will have to click the link to display All users. By default, only users beginning with the later A are displayed.
  9. Click the  icon, fill in the form and submit it. Assign roles to the user as desired. Note that you must assign the frevvo.Designer role to any users who wish to design forms.
  10. The new user will be created. Create as many users and assign them roles as needed.
  11. Logout of the admin account and login as one of the newly created users with the frevvo.Designer role and start building forms and workflows.
  12. Note that you must login using the syntax: userid@tenant for the user name. For example, if the newly created tenant was named example.com then all users in that tenant must login using the ID: user@example.com. Type in your password as before.
  13.  is installed and ready for use.

You can find examples on creating your own workflows on the Tutorials & Webinars page.

  • No labels