Versions Compared

Key

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

Table of Contents

1. Installing applications

MySQL Server

...

  • Enter connection information: Connection name, host name, port, username and click Store In Vault button to set password was set up in previous steps for root account

  • Click OK to connect

IIS Server

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft. Please refer this link to install

2. Download Resources

Navigate to https://github.com/baseeam to clone BaseEAM resources

...


There are four repositories: 

Three repos have to be cloned to local: baseeam-web-app, baseeam-build, baseeam-background-service

3. Import database

  • Exact baseeam-build and open MySQL Wordbench
  • Open BaseEAM script file

...

  • Choose baseeam-build\Database\EAM\EAM_****.sql, Then click Run SQL Script to execute
  • After executing, all data of application will be stored in eam database

4. Deploy built application to IIS Server

  • Open IIS (Internet Information Services): Start > Internet Information Services (IIS) Manager
  • Create New Website: Right-click and choose Add Website...

...

  • 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 clic Add, and then typing type "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

...

  • Set up for WorkflowService service: in this example, Background Service is located in folder: C:\Sites\BaseEAMServices\WorkflowService. Run the commands below:

    Code Block
    cd C:\Sites\BaseEAMServices\WorkflowService\BaseEAM.WorkflowService.exe


    Code Block
    BaseEAM.WorkflowService.exe install


    Result:

6. Run application

  • Navigage Navigate to http://localhost:8089 (8089 is port number defined in previous steps)
  • The page should be like the image below. Using default username: appadmin and password: nx3#Lw3N to log in