设置 Orchard 开发工作区

发布于 2024-12-09 13:06:13 字数 185 浏览 1 评论 0原文

我刚刚学习orchard CMS,有一些问题:

  1. 如何为团队设置开发环境?我应该使用 orchard 本身的源代码(我不想这样)还是有办法在编译状态下使用 Orchard?
  2. 我希望每个开发人员都有自己的数据库本地副本,当团队获取源代码并需要进入管理模式并手动执行模块更新时,这不会给团队带来麻烦吗?

I'm just learning orchard CMS, and have some questions:

  1. How do I setup development environment for the team? should I use source code of orchard itself (I don't want that) or is there a way to use Orchard in compiled state?
  2. I would prefer each developer to have its own local copy of DB, won't it make troubles for the team when they get sources and need to go in admin mode and manually execute updates on modules?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

软的没边 2024-12-16 13:06:13
  1. 对于开发,您绝对应该设置完整源登记 。使用已编译的部署包(可以从 Codeplex 或通过 WebMatrix 下载)会给您带来很多问题。
  2. Orchard 可以在“普通”SQL Server 或 SQL Server Compact(单文件)数据库上运行。

“数据库的本地副本”是什么意思?每个开发人员都可以使用本地 SQL Server CE 数据库测试他的实例 - 这就是我在处理自定义模块时通常这样做的方式。

如果您有一些预配置的数据库,您希望您的开发人员使用(因为例如它包含一些示例数据、主题设置等) - 每个开发人员都可以将数据库从服务器复制到他自己的基于 SQL Server CE 的本地数据库。可以通过 Visual Studio、SSMS 或 WebMatrix 轻松完成迁移。

  1. For development you should definitely set up full source enlistment. Using the compiled, deployment package (as can be downloaded from Codeplex or via WebMatrix) will drive you in lots of problems.
  2. Orchard can run on either "normal" SQL Server or SQL Server Compact (single-file) databases.

What do you mean by a "local copy of the DB"? Each developer can test his instance using local SQL Server CE database - it's how I usually do that when working on custom modules.

If you have some preconfigured database you'd want your developers to use (because eg. it contains some sample data, themes setup and such) - each developer can copy the database from the server to his own, local SQL Server CE-based database. Migration can be easily done from Visual Studio, SSMS or WebMatrix.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文