1. Installing applications
MySQL Server
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:
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 (not finish)
- If you are a web developer interested in the BaseEAM source code, please read this article Installing BaseEAM for developers
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