Versions Compared

Key

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

...

Info
titleInformation

Please refer this link for Getting started for downloading all resources if have not downloaded yet (Getting started)

Steps:

Table of Contents


Install IIS Server

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

Import database

  • Start WampServer, click WampServer icon on the tray, choose phpMyAdmin

Image Added

  • The page will be opened, enter username = root, password is empty to login (by default)

Image Added

  • Import BaseEAM Database
    • On dashboard, click ImportImage Added 
    • Navigate to database file location: baseeam-build\Database\EAM\EAM_****.sql. Click Go to continue
    • After import, all data will be stored in database eam 

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 Added


  • Filling out site information:
  •  Image Added
    • 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

...