Versions Compared

Key

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

Table of Contents

1. Installing applications

...

  • Setting up application folder in IIS Server
    • Right BaseEAM folder, then choose Properties
    • Go to the Security tab
    • Find the IUSR account
      (If IUSR is not in the list, add it by clicking Edit, then clicking Add, and then typing "IUSR" in the "Enter the object names to select" field.)
    • Highlight the user in the list, click Edit, and grant the account Modify and Write permissions

5. Install Services for BaseEAM application

BaseEAM application has two background services have to set up

  • BackgroundService: baseeam-build\Build\BackgroundService
  • WorkflowService: baseeam-build\Build\WorkflowService


Steps:

  • Run CMD (command line of Windows) as an Administrator
  • Navigate to file installutil.exe of system (C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe) by command:
Code Block
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe
  • Set up for Background service: in this example, Background Service is located in folder: C:\Sites\BaseEAMServices\BackgroundService. Run the command below:
Code Block
installutil.exe "C:\Sites\BaseEAMServices\BackgroundService\BaseEAM.BackgroundService.exe"

Image Added

  • Set up for WorkflowService service: in this example, Background Service is located in folder: C:\Sites\BaseEAMServices\WorkflowService. Run the command below:
  • Code Block
    installutil.exe "C:\Sites\BaseEAMServices\WorkflowService\BaseEAM.WorkflowService.exe"
    

    Image Added

6. Run application

  • Navigage to