Versions Compared

Key

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

...

Info
titleInformation

Please refer Getting started for downloading all resources if have not downloaded yet

Steps:

Table of Contents

Installing BaseEAM:

Step 1: Install Applications:

  • Install Database Management System: refer this link

Step 2: Download resouces

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

Step 3: Install BaseEAM

Install IIS Server

  • Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft.
  • Tutorial link Installing IIS

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

...

  • 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

Install Services for BaseEAM application