设置 Orchard 开发工作区
我刚刚学习orchard CMS,有一些问题:
- 如何为团队设置开发环境?我应该使用 orchard 本身的源代码(我不想这样)还是有办法在编译状态下使用 Orchard?
- 我希望每个开发人员都有自己的数据库本地副本,当团队获取源代码并需要进入管理模式并手动执行模块更新时,这不会给团队带来麻烦吗?
I'm just learning orchard CMS, and have some questions:
- 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?
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“数据库的本地副本”是什么意思?每个开发人员都可以使用本地 SQL Server CE 数据库测试他的实例 - 这就是我在处理自定义模块时通常这样做的方式。
如果您有一些预配置的数据库,您希望您的开发人员使用(因为例如它包含一些示例数据、主题设置等) - 每个开发人员都可以将数据库从服务器复制到他自己的基于 SQL Server CE 的本地数据库。可以通过 Visual Studio、SSMS 或 WebMatrix 轻松完成迁移。
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.