搭建环境: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