Versions Compared

Key

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

...

  • 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

...


There are four repositories: 

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

Step 3: Install BaseEAM

...

3. Import database

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

Image Added

  • 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

Image Added

3. 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...

Image RemovedImage Added


  • 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: 

Image Added

4. Install Services for BaseEAM application

...