...
Info | ||
---|---|---|
| ||
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:
baseeam-artifacts: contains artifacts of BaseEAM projects such as: mockups, testing documents, ...
baseeam-web-app: for developers who want to develop BaseEAM application based on their business.
baseeam-build: contains
Three repos have to be cloned to local: baseeam-web-app, baseeam-build, baseeam-background-service
Step 3: Install BaseEAM
- If you want to deploy a live site to a web server with the minimum required files, please read this article Installing BaseEAM
- If you are a web developer interested in the BaseEAM source code, please read this article Installing BaseEAM for developers
Install IIS Server
- Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft.
- Tutorial link Installing IIS
...