zoukankan      html  css  js  c++  java
  • [SharePoint 2010] Project Server for SharePoint 2010

    1. Configure SharePoint server 2010 Server Farm

    2. Ensure connect to the database to normal.

    image

    3. Install project server 2010.

    Open “setup.cmd” or “setup.exe”

    clip_image002    clip_image004                                                                                                                                                                                                      

    4. Configure services and service applications

    To start the Project Application Service

        1). On the SharePoint Central Administration home page, in the System Settings section, click Manage services on server.

        2). On the Service list, click Start next to Project Application Service.

    To start the PerformancePoint Service

        1). On the Central Administration home page, in the System Settings section, click Manage services on server.

        2). On the Service list, click Start next to PerformancePoint Service.

                   clip_image006

                  clip_image008

    5. To create a Project Server service application

    clip_image009

     

    To create a Project Server service application

    1). On the Central Administration home page, in the Application Management section, click Manage service applications.

    2). On the Manage Service Applications page, on the ribbon, click New, and then click Project Server Service Application.

    3). On the Create Project Web App service application page:

        a. In the Project Web App service application name box, type Project Server Service App.

        b. In the Application Pool section, select the Create new application pool option, and in the Application pool name box, type Project AppPool.

        c. Click OK.      

     

    To create a PerformancePoint service application

    1). On the Central Administration home page, in the Application Management section, click Manage service applications.

    2). On the Manage Service Applications page, on the ribbon, click New, and then click PerformancePoint Service Application.

    3). On the New PerformancePoint Service Application page:

        a. In the Name box, type PerformancePoint Service Application.

        b. Select the Add this service application’s proxy to the farm’s default proxy list check box.

        c. In the Application Pool area, select the Create new application pool option, and in the Application pool name box, type PerformancePointAppPool.

        d. Click Create.

    4). When the service application has been successfully created, click OK.

     

    Configure the top-level Web site

          A Web application is required to host the Project Web App web site and the associated project sites. Perform the following procedure to create a Web application.
      clip_image010

    To create a Web application

    1). In Central Administration, in the Application Management section, click Manage Web applications.

    2). On the toolbar, click New.

    3). On the Create New Web Application page, keep the default values, and then click OK.

    4). When the Web application has been created, click OK.

    The next step is to create a top-level Web site and give users read permission to that site.

    clip_image012

    To create a top-level Web site

    1). In Central Administration, in the Application Management section, click Create site collections.

    2). Click OK.

    To set Read permissions on the top-level Web site

    1). Navigate to the root site (http://litware-proj).

    2). Click Site Actions.

    3). Click Site Permissions.

    4). Click Grant Permissions.

    5). In the Users/Groups box, type NT AUTHORITY\Authenticated Users.

    6). Click OK.


    To create a PWA site

    1). In the SharePoint Central Administration Web site, in the Application Management section, click Manage service applications.

    clip_image013

    2). On the Manage Service Applications page, click the Project Server Service Application.

    3). On the Manage Project Web App Sites page, click Create Project Web App Site.

    clip_image014

    4). Keep the default values, and then click OK.

    image

     

    Configure Project Professional

    1). Select File tab and click Manage Accounts in Info, then click Add…

    image

     

    2). Type Project Web App

    image

     

    3). Publish project task

    image

  • 相关阅读:
    使用C++与SFML编写一个简单的撞球游戏Part3——创建游戏启动界面
    生命游戏
    一道面试题
    为目标数字添加逗号分隔,由 baidu.number.comma 想到的
    制作JavaScript选择器(1)解析令牌
    Team Foundation 使用第三方比较工具
    Levenshtein Distance算法
    计算颜色的亮度值
    整理QUnit API
    Scrum笔记整理
  • 原文地址:https://www.cnblogs.com/slow/p/1913796.html
Copyright © 2011-2022 走看看