#在SharePoint Central Administration-> Manage service applications中,點擊New button,選擇Project Service Application;
#在彈出的Create Project Services application窗口中填寫name和Application Pool,點擊OK創建;
#等待Project Application Services和Proxy創建完成,檢查Services狀態,確保對應的是started;
#到Central Administration-> System Settings-> Manage Services in this farm,檢查Project Server Services服務確保是Started狀態;
#此時Project Server Services Application創建完成,可以開始創建Project Server Site Collection了。此類型Site Collection需要用命令行創建,先用Administrator方式打開SharePoint2016 Management Shell;
輸入創建Project Server Site Collection的命令行並執行;
New-SPSite -ContentDatabase Database Name -URL Site Collection URL -Template pwa#0
#等待Project Web App Site創建完成,打開site collection,到Site Settings-> Site Collection Features開啟PWA Feature;
#Enable-SPFeature –Identity "697c64b9-3dff-4981-9394-0a62632120ec" -url "XXX "
#最后輸入網址就可以訪問了。
注:
1、我從網上找了好多文章,結果出現各種問題,最后以上的順序執行下來是可以的;
這里面有一個注意事項,安裝域之前先安裝sqlserver,也就是不要把sqlserver裝載域環境下(我是安裝mssqlserver2016在域環境下遇到很多錯誤)
2、另外就是我的PWA設置一直沒有開起來,但是我后面試了一下直接打開網址,居然可以訪問了,,,,
好吧,反正最后運行起來了。