简体   繁体   English

任何想法如何使用CodeCampServer模板?

[英]Any idea how to use CodeCampServer template?

http://teamcity.codebetter.com/viewLog.html?buildId=11047&tab=artifacts&buildTypeId=bt21 http://teamcity.codebetter.com/viewLog.html?buildId=11047&tab=artifacts&buildTypeId=bt21

CodeCampServer has two download packages: VisualStudioTemplate and CodeCampServerPackage. CodeCampServer有两个下载程序包:VisualStudioTemplate和CodeCampServerPackage。

I looked for any idea how to use them, but unfortunately I didn't. 我想知道如何使用它们,但是不幸的是我没有。 So, I ask my questions here: 所以,我在这里问我的问题:

  1. How to use VisualStudioTemplate? 如何使用VisualStudioTemplate? the archive file did not contain any .vstemplate file, so it cannot be used as VisualStudio template. 存档文件不包含任何.vstemplate文件,因此不能用作VisualStudio模板。 Do I need to rename any $safesolutionname$ manually? 我需要手动重命名任何$safesolutionname$吗? It's not make any sense. 这没有任何意义。

  2. What the porpuse of CodeCampServerPackage? CodeCampServerPackage的用途是什么? This archive file contains a deployment files only. 此存档文件仅包含部署文件。

Thanks to Eric Hexter I have some answers: 感谢Eric Hexter,我得到了一些答案:

The current trunk of CodeCampServer is on CodePlex . CodeCampServer的当前主干位于CodePlex上 The build server is moving right now from the regular teamcity.codebetter server here to a new build server of HeadSpring projects: http://build1.headspringlabs.com/ 构建服务器现在从此处常规 teamcity.codebetter服务器移至HeadSpring项目的新构建服务器: http ://build1.headspringlabs.com/

  1. VisualStudioTemplate is meant to be used with the solution factory command line tool. VisualStudioTemplate旨在与解决方案工厂命令行工具一起使用。 This tool basically takes the name of the new project, the directory of the source template, and the destination directory of the new project. 该工具基本上采用新项目的名称,源模板的目录以及新项目的目标目录。

  2. CodeCampServerPackage is a ready to use deployment files for site the power CodeCampServer, like: codecampserver.com , adnug.org and c4mvc.net . CodeCampServerPackage是可立即使用的部署文件,用于将强大的CodeCampServer部署在站点上,例如: codecampserver.comadnug.orgc4mvc.net

Again, big credit to Eric Hexter for this answer. 再次感谢Eric Hexter提供此答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM