Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel1

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. Download the software  from the frevvo web site. You will need to login with your frevvo account. Download the Tomcat bundle.
  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 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. Follow the steps below if frevvo displays an Upgrade page:
    1. Click the Continue button. frevvo will initialize itself.
    2. The "installation complete" page will be displayed when initialization is complete.
    3. Restart : <frevvo-home>/tomcat/bin/catalina.sh stop. When tomcat has stopped, restart using <frevvo-home>/tomcat/bin/catalina.sh run.
  9. In your browser, go to http://<server-name>:8082/frevvo/web.
  10. Login to  as user "admin", password "admin".  Change the admin password if you want.
  11. We strongly recommend that you do not use the admin user to create your own forms. Add a new user for that purpose.
  12. Click the "manage" link in the top right menu.
  13. On the page that is displayed, click the "Manage Tenants" link.
  14. 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 is a single user (admin).
  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 

View a 4 minute video on setting up your in-house server for workflows
by clicking here.

...