原創位址:http://www.cnblogs.com/jfzhu/p/3445820.html
轉載請注明出處
一 硬體要求
1. CRM Server
下表對硬體的要求是假定Microsoft SQL Server,Microsoft SQL Server Reporting Services, SharePoint, Microsoft Exchange Server安裝在其他伺服器上的。
Component | *Minimum | *Recommended |
Processor | x64 architecture or compatible dual-core 1.5GHz processor | Quad-core x64 architecture 2GHz CPU or higher such as AMD Opteron or Intel Xeon systems |
Memory | 2-GB RAM | 8-GB RAM or more |
Hard disk | 10 GB of available hard disk space | 40 GB or more of available hard disk space |
Note Computers with more than 16GB of RAM will require more disk space for paging, hibernation, and dump files | Note |
2. SQL Server
CRM 2013 on-premises需要安裝Microsoft SQL Server database engine和Microsoft SQL Server Reporting Services。下表中對硬體的要求是假定Microsoft Dynamics CRM 2013, Microsoft SQL Server Reporting Services, SharePoint和Microsoft Exchange Server是安裝在其他伺服器上的。
Quad-core x64 architecture 2 GHz CPU or higher such as AMD Opteron or Intel Xeon systems | ||
4-GB RAM | 16-GB RAM or more | |
SAS RAID 5 or RAID 10 hard disk array |
二 軟體要求
- Microsoft Windows server
- A Microsoft Windows Server Active Directory infrastructure
- An Internet Information Services (IIS) website
- Microsoft SQL Server 2008 or Microsoft SQL Server 2012
- Microsoft SQL Server 2008 Reporting Services or Microsoft SQL Server 2012 Reporting Services
- Microsoft Exchange Server or access to a POP3-compliant email server (optional)
- SharePoint Server (required for document management)
- Claims-based security token service (required for Internet-facing deployments)
- Windows operating system when you use CRM for Outlook. Apple Mac, when using Apple Safari, supported tablet, or mobile device
- Supported web browser, such as later versions of Internet Explorer or the latest versions of Apple Safari, Google Chrome and Mozilla Firefox
- Microsoft Office Outlook (optional)
具體參見Microsoft Dynamics CRM 2013 Planning Guide
三 安裝過程
依次需要安裝Windows Server,
1. 安裝Windows Server, 我裝的是Windows Server 2012 Standard
可以支援的版本包括
- Windows Server 2012 Datacenter
- Windows Server 2012 Standard
- Windows Server 2008 Standard SP2(x64 versions) or Windows Server 2008 Standard R2 SP1
- Windows Server 2008 Enterprise SP2(x64 versions) or Windows Server 2008 Enterprise R2 SP1
- Windows Server 2008 Datacenter SP2(x64 versions) or Windows Server 2008 Datacenter R2 SP1
- Windows Web Server 2008 SP2(x64 versions) or Windows Web Server 2008 R2 SP1
2. 安裝AD
a Add roles on the server

b. Select the role Active Directory Domain Services
c. 然後開始安裝
d. 安裝好後,将伺服器更新為域控制器 – Promote this server to a domain controller
e. 建立一個新的forest
f. 建立好新的forest之後,伺服器需要重新開機。然後我們建立一個新的OU,用來安裝CRM
3. 安裝IIS
2013支援的IIS版本包括7, 7.5,和8.0
a. 填加新伺服器角色Web Server (IIS)
b. Select Role Services: HTTP Redirection, Windows Authentication, ASP.NET 4.5
c. 裝好以後用IE打開http://localhost 來檢驗一下IIS是否安裝成功。如果看到像下面這樣,就表示成功了。
4. 安裝SQL Server
SQL Server支援的版本有:
- Microsoft SQL Server 2012, Enterprise, 64-bit SP1
- Microsoft SQL Server 2012, Business Intelligence, 64-bit SP1
- Microsoft SQL Server 2012, Standard, 64-bit SP1
- Microsoft SQL Server 2008, Standard Edition, x64 SP3 or R2 SP2
- Microsoft SQL Server 2008, Enterprise Edition, x64 SP3 or R2 SP2
- Microsoft SQL Server 2008 Datacenter x64 SP3 or R2 SP2
- Microsoft SQL Server 2008 Developer x64 SP3 or R2 SP2 (for non-production environments only)
a. 先安裝一下.NET 3.5
b. 安裝 New SQL Server stand-alone installation
c. 選擇功能:Database Engine Services, Full-Text and Semantic Extractions for Search, Reporting Services – Native, Management Tools – Basic, Management Tools – Complete
d. service account
e. 裝好SQL Server以後,試一下打開http://localhost/reportserver,如果可以打開表示report service已經裝好。下面準備裝CRM了
5. 安裝CRM
a. install Microsoft Dynamics CRM Server
b. specify Server Roles
c. select the OU you just created
d. Specify Service Accounts
e. Specify the Organization Settings
f. does some system checks, and then starts the installation
g.安裝Microsoft Dynamics CRM Reporting Extensions
f. 你或許會碰到下面的錯誤
g. 解決的辦法是open Reporting Services Configuration Manager and update the Service Account to something else such as “Local System”.
h. 打開url http://localhost/crmdev,就可以開始使用CRM 2013了