#在SharePoint Central Administration-> Manage service applications中,点击New button,选择Project Service Application;面试
#在弹出的Create Project Services application窗口中填写name和Application Pool,点击OK建立;sql
#等待Project Application Services和Proxy建立完成,检查Services状态,确保对应的是started;app
#到Central Administration-> System Settings-> Manage Services in this farm,检查Project Server Services服务确保是Started状态;sqlserver
#此时Project Server Services Application建立完成,能够开始建立Project Server Site Collection了。此类型Site Collection须要用命令行建立,先用Administrator方式打开SharePoint2016 Management Shell;this
输入建立Project Server Site Collection的命令行并执行;url
New-SPSite -ContentDatabase Database Name -URL Site Collection URL -Template pwa#0spa
#等待Project Web App Site建立完成,打开site collection,到Site Settings-> Site Collection Features开启PWA Feature;pwa
#Enable-SPFeature –Identity "697c64b9-3dff-4981-9394-0a62632120ec" -url "XXX " 命令行
#最后输入网址就能够访问了。3d
注:
一、我从网上找了好多文章,结果出现各类问题,最后以上的顺序执行下来是能够的;
这里面有一个注意事项,安装域以前先安装sqlserver,也就是不要把sqlserver装载域环境下(我是安装mssqlserver2016在域环境下遇到不少错误)
二、另外就是个人PWA设置一直没有开起来,可是我后面试了一下直接打开网址,竟然能够访问了,,,,
好吧,反正最后运行起来了。