commafeed: Unable to deploy CommaFeed on OpenShift
I’m sorry to have to open this thread again but with your instructions I get the following error:
remote: [INFO] Including org.postgresql:postgresql:jar:9.4-1200-jdbc41 in the shaded jar.
remote: [INFO] Including com.github.dblock.waffle:waffle-jna:jar:1.7 in the shaded jar.
remote: [INFO] Including net.java.dev.jna:jna:jar:4.1.0 in the shaded jar.
remote: [INFO] Including net.java.dev.jna:jna-platform:jar:4.1.0 in the shaded jar.
remote: [INFO] Including net.sourceforge.jtds:jtds:jar:1.3.1 in the shaded jar.
Connection to commafeed-site.rhcloud.com closed by remote host.
fatal: The remote end hung up unexpectedly
error: error in sideband demultiplexer
To ssh://54e4111ce.......db000006@commafeed-site.rhcloud.com/~/git/commafeed.git/
4cb5585..6d91216 master -> master
error: failed to push some refs to 'ssh://54e4111ce....db000006@commafeed-site.rhcloud.com/~/git/commafeed.git/'
Thanks in advance!
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 19 (3 by maintainers)
ok, I’ve got it working (I can finally update from 2.0.3 which I’ve been running for a long time).
Just create a new gear in openshift, and add the diy and mysql cartridges.
use this as the deploy hook (.openshift/action_hooks/deploy):
make sure you make it executable in git.
use this as the start hook (.openshift/action_hooks/start):
use the same stop script that is the current commafeed repo.
And that’s it! You don’t need to clone the source or build or do anything else.
edit: you also need .openshift/config.mysql.yml from the repo.