上传HTML报告
我从报告工具(Jmeter)生成html,我想将生成的整个网站发布到SharePoint。
生成的html报告包含以下文件夹:
1.内容(包含css,js和pages等子文件夹)
2. sbadmin
3. index.html(html报告)
4.自述文本文件
我不能找到任何文档或选项来上传生成的html的整个网站(文件夹),并让SharePoint为我提供服务。
我不想要任何特定于SharePoint的模板或页面或其他任何内容,我只是希望能够将我的HTML / CSS上传到SharePoint站点并让SharePoint发布不受骚扰。
站点页面将在Windows计算机上生成,需要发布到SharePoint,而不依赖于SharePoint DLL等。
再次,我只是想使用SharePoint作为普通Web服务器。目前我正在使用IIS服务器来托管此报告。
I am generating html from a reporting tool ( Jmeter ) and I want to publish the entire site generated to a SharePoint .
Generated html report consists following folders:
1. content (having sub-folders like css, js and pages)
2. sbadmin
3. index.html ( html report )
4. README text file
I can't find any documentation or options to upload an entire site (folder) of generated html and have SharePoint just serve it up for me.
I don't want to have any SharePoint specific templates or pages or anything else, I just want to be able to upload my HTML/CSS to a SharePoint site and have SharePoint publish un-molested.
The site pages will be generated on a windows machine and will need to be published to SharePoint without any dependencies on SharePoint DLLs or the like.
Again, I just want to use SharePoint as plain web server. Presently I am using IIS servers to host this reports.
您可以使用Designer或其他工具上传文件夹。一旦它在那里,你只需要点击你的index.html文件就会显示。
You can upload the folder using Designer or other tools. Once it's there, you just need to click on your index.html file and it will show.