Search code examples
ruby-on-railsunicornopenshift

OpenShift - How to use unicorn instead of Passenger


How can I tell OpenShift to deploy my app using unicorn instead of its own server (Passenger I think)


Solution

  • Today it would require implementing a custom cartridge - see this cartridge https://github.com/pbrazdil/openshift-advanced-ruby-cartridge for a description.