Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一些频繁更新的 Kooboo 模块。这些模块是使用 CI 服务器自动构建的。
有没有办法在构建后将模块部署到正在运行的 Kooboo 实例?由于它是大量的模块,而且每天可能有几个新版本,我真的很想避免一直手动上传它们。
不幸的是,Kooboo 似乎没有提供安装模块的 API。我能找到的唯一解决方案是将文件手动(通过自定义的构建后事件)复制到 Kooboo 目录。
这是您需要做的。所有路径都相对于 Kooboo 根目录。
完成此操作后,该模块应部署到 Kooboo。请注意,这不会运行模块中指定的安装事件和视图。