Umbraco - 如何在 Umbraco 实例之间导入字典
我们正在使用 Umbraco 4.5。我们在网站上设置了不同的文化。为此,我们使用 Dictionary 对象。
我们在本地完成了开发,现在我们需要在生产服务器上部署我们的更改。我们希望通过一些自动化流程将本地 Umbraco 字典导入到生产服务器。因为我们在 Umbraco 词典中有超过 1000 个键。
谢谢
We are working with Umbraco 4.5. We have different culture set in the site. for that we use Dictionary object.
We completed our development locally now we need to deploy our changes on our Production Server. We want our Local Umbraco Dictionary to be imported to Production Server with some automated process. As we have more than 1000 Keys in Umbraco Dictionary.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您有两个选择:
此外,即将推出的 Umbraco Courier 版本应该能够减轻内容迁移(任何类型的内容)的麻烦。
You have two options:
Also, the upcoming version of Courier for Umbraco should be able to alleviate trouble with content migration (any type of content).
您可以使用这个 Umbraco 软件包:词典仪表板
很容易安装后,您可以指定在后端的哪个部分可以看到它(默认情况下,此“词典”选项卡在“内容”下可用。(Umbraco 官方“词典”位于“设置”下,我不像这样:如果客户想要访问那里,他将需要一个具有管理员权限的用户,我不喜欢这一点(可能会弄乱其他东西)...)
。需要),您可以将其导入到另一个 umbraco 安装中(当然您必须安装此软件包)。
它确实是我最喜欢的软件包之一
它适用于 Umbraco 4.7.x 至 6.x(使用) 。 umbraco 7 我不知道,尝试一下...)
You can use this Umbraco Package: Dictionary Dashboard
It's easy to install, you can specify in which Section of the Backend it can be seen (by default this "Dictionary" Tab is available under "Content". (Umbraco official "Dictionary" is under "Settings" and I don't like that: if the customer wants access there he will need a user with admin rights, which I don't like (can mess with other things)...).
You export your dictionary as XML, you can easily edit it (if needed), you can import it in another umbraco installation (where you must install this package of course).
It's really one of my favorite packages.
It works from Umbraco 4.7.x till 6.x (with umbraco 7 I don't know, try...)