Versions Compared

Key

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

...

  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.

Next Steps

Your Live Forms server installation is complete. You are now ready to create your firsts tenant, users, forms and workflows. See the documentation for creating a tenant and users.

...