博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Load Balanced 2
阅读量:6161 次
发布时间:2019-06-21

本文共 1682 字,大约阅读时间需要 5 分钟。

In my last post of this series , I configured one of the VM to be my Domain Controller in my development SharePoint farm.In this post I will show you how to install SharePoint2010.I have already got an VM with SQL Server 2008R2 installed.

1.Create a domain user called sp_admin.

 

2. Create custom delegation control for sp_admin

a. right click the domain.

b. Click next of the delegation wizard.

c. Select the user to create the delegation.

d. Select “Create a custom task to delegate”

e. Select the first option “This folder, existing objects in this folder,and…”

f. Select the option “Replicating Directory Changes”

g. Click finish to complete the delegation.

3. In SQL Server2008 , assign user sp_admin to DBCreator and DBSecurity group.

4. After configuring the user, we can start installing SharePoint2010,run the SharePoint2010 installer.

5. Click Next to install all the prerequisites.

6.Select Complete install

7. After the installer completes, SharePoint configuration wizard will launch.

8. Select create a new server farm

9. Choose your database server and your domain account.

10.Configure the port and security settings.

11. Set a phrase, this is needed when you add server to the farm.

12. Click next to start the configurations.

13. After the configurations, you can see the details for the farm.

14. After clicking finish, you will be directed to web page like below, you can choose to start the wizard to configure the SharePoint (the easy option) or you can configure the SharePoint manually (advanced option)

15. After the configurations complete, you will see the details like below.

转载于:https://www.cnblogs.com/ahghy/archive/2012/07/23/2605313.html

你可能感兴趣的文章
Java 编码 UTF-8
查看>>
SpringMVC实战(注解)
查看>>
关于静态属性和静态函数
查看>>
进程的基本属性:进程ID、父进程ID、进程组ID、会话和控制终端
查看>>
spring+jotm+ibatis+mysql实现JTA分布式事务
查看>>
MyBatis启动:MapperStatement创建
查看>>
调查问卷相关
查看>>
eclipse启动无响应,老是加载不了revert resources,或停留在Loading workbench状态
查看>>
1. Git-2.12.0-64-bit .exe下载
查看>>
怎样关闭“粘滞键”?
查看>>
[转]React 教程
查看>>
拓扑排序介绍
查看>>
eclipse打开工作空间(workspace)没有任务反应
查看>>
使用Sybmol模块来构建神经网络
查看>>
字符串去分割符号
查看>>
WPF中,多key值绑定问题,一个key绑定一个界面上的对象
查看>>
UML类图简明教程
查看>>
java反编译工具(Java Decompiler)
查看>>
Android开发之自定义对话框
查看>>
微信Access Token 缓存方法
查看>>