Heroku的辐射扩展? [英] Radiant extensions on Heroku?

查看:151
本文介绍了Heroku的辐射扩展?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都有任何经验,得到Radiant CMS扩展实际上使它到一个heroku实例?我尝试删除子模块并添加文件,但没有真正运气。

Anyone have any experience yet getting Radiant CMS extensions to actually make it onto a heroku instance? I have tried removing the submodules and adding the files back, but haven't really had much luck.

推荐答案

Heroku不目前支持git子模块。
不过,他们的(优秀)文档表达了一个方法:在这里查看

Heroku doesn't currently support git submodules. However, their (excellent) documentation expresses a way around this: check it out here

从文件:

$ cd myapp
$ rm -rf `find . -mindepth 2 -name .git`
$ git add .
$ git commit -m "brought submodules into the main repo"

这篇关于Heroku的辐射扩展?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆