Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

1. Installing applications

MySQL Server

  • Open downloaded file and install MySQL Installer

  • Click Add button, then choose packages to install by clicking a package and click right arrow to Products/Features To Be Installed box. Recommended packages: MySQL Server and MySQL Workbench

  • Click Next to continue set up
  • In step: Account and Roles, enter password for the root account.

  • Result:

  • Connect to MySQL Server: open MySQL Workbench, click plus icon to add new connection

  • Enter connection information: Connection name, host name, port, username and click Store In Vault button to set password

  • 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

Step 3: Install BaseEAM

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


  • 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

4. Install Services for BaseEAM application


  • No labels