#在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設置一直沒有開起來,可是我後面試了一下直接打開網址,竟然能夠訪問了,,,,
好吧,反正最後運行起來了。