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.
相关问题
- How to specify memcache server to Rack::Session::M
- Connecting Python to a Heroku PostgreSQL DB?
- rails/heroku migrating from gem to toolbelt
- Using runtime env with React and heroku
- Heroku process.env.port is undefined
相关文章
- Django/Heroku: FATAL: too many connections for rol
- Heroku Web Server Won't Start Locally
- Heroku push issue
- Why does Rake task enhancement differ between my l
- Push rejected, failed to detect set buildpack hero
- Email With Rails 3 and Heroku Net::SMTPSyntaxError
- Heroku db:pull 'db:pull is not a heroku comman
- Rails 4 app on Heroku is 500ing, but no error mess
Heroku doesn't currently support git submodules. However, their (excellent) documentation expresses a way around this: check it out here
From the docs:
Git submodules are not currently supported. We’re evaluating whether or not to support them in the future; in the meantime you’ll need to track any submodules in the main project. You can do so like this:
Run this command if you’re not sure whether your project uses submodules:
If it prints any output, you have submodules.