webistrano 在哪里存储自定义食谱?

发布于 2024-11-01 03:49:28 字数 100 浏览 4 评论 0原文

我试图找出 webistrano 在哪里保存其自定义食谱(我想复制它们),但我似乎无法找到它们。我已经搜索了服务器上的安装文件夹但无济于事。

有谁知道它们被保存在哪里吗?

I'm trying to figure out where does webistrano keep its custom recipes (I want to copy them), and I can't seem to locate them. I've scoured the installation folder on the server to no avail.

Does anyone know where they are kept?

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

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

发布评论

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

评论(2

慕烟庭风 2024-11-08 03:49:28

它们存储在其后端数据库中。

They were stored in its backend database.

神仙妹妹 2024-11-08 03:49:28

在管理界面内创建的食谱存储在数据库中。 recipes 表保存配方和要执行的修订版本的信息,包括当前版本的实际代码。 recipe_versions 保存了配方每个版本的完整副本。

项目类型(模板)在位于 lib/webistrano/template/ 的存储库内创建

Recipes created inside the admin interface are stored in the database. The recipes table holds the information for the recipe and the revision to be executed on, include the actual code for the current version. The recipe_versions holds a complete copy of each version of the recipe.

The project types (templates) are created inside the repository at lib/webistrano/template/

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