Versions Compared

Key

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

...

  1. Login to  as the tenant admin.
  2. On the page that is displayed, click the "Manage Roles" 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 to create new roles. Minimally create Employee, Manager and HR roles, if you are planning on trying some of the  Tutorials.Employee On Boarding Workflow Tutorial
  5. Click the 'Back to Manage Tenant" link.
  6. On the page that is displayed, click the "Manage Users" link.
  7. There is a single user (the administrative user you defined when you created the tenant). By default, only users beginning with the letter A are displayed. Note that you will have to click the link to display All users.
  8. To add more users, 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.
  9. Create as many users and assign them roles as needed. If you want to try the Employee On Boarding Workflow Tutorial, you will need a designer user who can create forms/flows, a user that does not have an assigned role, a user with the Manager Role and a user with the role of HR.
  10. Logout of the tenant admin account.
  11. Login as one of the newly created users with the frevvo.Designer role by filling in the User, Password and Tenant fields. Start building forms and workflows immediately.

...

  1. Add JAVA_HOME as a system Environment Variable and PATH Environment Variable with the appropriate values. Here are the steps:
    1. Right-click the My Computer icon on your desktop and select 'Properties'.
    2. Click the 'Advanced' tab. For Windows 7, it will be an Advanced system settings icon..
    3. Click the 'Environment Variables' button.
    4. Under 'System Variables', click 'New'.
    5. Enter the variable name as JAVA_HOME.
    6. Set the variable value for JAVA_HOME to the installation directory of your JDK, for example, c:\Program Files\Java\jdk1.7.0_09. Click 'OK'.

Image RemovedImage Added

g. Locate the PATH Environment Variable. Click the Edit button and append %JAVA_HOME%\bin to the end of path.

...

i   Click 'Apply' and then 'OK' to exit.

Image RemovedImage Added

2. Navigate to the directory where the batch files are located: usually <frevvo-home>. Execute the Install-Service batch file by double clicking on it.

3. Double-click the Configure-Service batch file. You can change the name of the service from frevvoforms to whatever you wish on the configuration screen that displays. EX: Frevvo Live Forms

Image RemovedImage Added

4. Right click the My Computer icon. Select Manage, Services and Applications, Services. The service should be listed.

Image RemovedImage Added

Install as a service on Windows (x64)

...

  1. Navigate to the directory where the batch files are located: usually <frevvo-home>. 
  2. Right click the Install-Service batch file and select Run As Administrator. Execute the batch file. The  service will be called frevvoforms but the display name can be changed when you run the Configure-Service Batch file. 

Image RemovedImage Added

   4. Right click the Configure-Service batch file and select Run as Administrator. Execute the file.

   5.  A properties panel will display. Click on the Startup tab. Modify the service properties to change the Startup mode from jvm to Java. Click 'OK'.

Image RemovedImage Added

  6. Click on the Shutdown tab. Modify the service properties to change the Shutdown mode from jvm to Java. Click 'OK'.

Image RemovedImage Added

7. Now try to start the service. Check the frevvoforms-stderr.YYYY-MM-DD,log,  frevvoforms-stdout.YYYY-MM-DD.log, common-daemon.YYYY-MM-DD.log files located in <frevvo-home>/tomcat/logs and the Windows System Event log if the service does not start. See below for some troubleshooting tips.

...

 If you see the error message shown when starting the service on an x64 install,  make sure the Startup/Shutdown mode was changed from jvm to java. See above for the details.

Image RemovedImage Added

Windows Binaries

...