Skip to content

Instantly share code, notes, and snippets.

@bpesquet
Created October 28, 2015 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpesquet/79656dc16f0c2c03b3fb to your computer and use it in GitHub Desktop.
Save bpesquet/79656dc16f0c2c03b3fb to your computer and use it in GitHub Desktop.
Deploy Silex/MySQL app to OpenShift
$ git remote add openshift <openshift_git_repo_url>
$ git fetch openshift
$ git merge openshift/master -s recursive -X ours
$ touch .openshift/markers/use_composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment