Versions Compared

Key

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

Table of Contents

...

  • Filling out site information:
  •  
    • Site name: Application name
    • Physical path: point to build directory (baseeam-build\Build\Web). In above example, we create a folder: C:\Sites\baseeam and copy all files in baseeam-build\Build\Web folder
    • Port: you have to define your application port.
  • Click OK to continue
  • Configure permission for application
  • Edit Web.Config file to point application to BaseEAM database: 

      ...

        • Uid: username to login MySql (use root by default or you can create new one)
        • Pwd: Password was set in previous steps.

      Image Added

      • 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 clic Add, and 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

      ...

      • 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