搭建環境:Windows 10node
參與文檔:https://github.com/exceptionless/Exceptionless/wiki/Self-Hostinggit
運行環境:github
下載地址:連接: https://pan.baidu.com/s/16-OM9sIj-YxyQ3-hbfPhhw 提取碼: mgvjwindows
下載壓縮包後解壓,運行Start.bat,順利的話會直接啓動Exceptionlessapp
若是想部署到IIS,則須要要IIS添加一個站點指向wwwroot目錄,並修改wwwroot下app.config.*.js中的BASE_URL爲IIS站點訪問URLless
關閉防火牆jvm
elasticsearch想安裝成 windows服務的話,到elasticsearch-5.3.0-node1/bin下運行elasticsearch-service.bat installelasticsearch
問題:運行Start.bat時,The request was aborted: Could not create SSL/TLS secure channel內存
解決:在Start-ElasticSearch.ps1頂部Param後面加[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12文檔
問題:內存不夠用解決:elasticsearch-5.3.0-node1\config\jvm.options修改-Xms200m -Xmx500m