Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to OpenShift is not quite that simple #1

Open
davur opened this issue Sep 11, 2014 · 0 comments
Open

Deploy to OpenShift is not quite that simple #1

davur opened this issue Sep 11, 2014 · 0 comments

Comments

@davur
Copy link

davur commented Sep 11, 2014

Following the instructions to deploy to OpenShift does not quite work as described.

The documentation just adds the openshift remote to git and then SSHes into the server to run python manage.py syncdb. But manage.py doesn't exist anywhere yet.

  1. First you have to git push openshift master, but even that failed with 'hint: Updates were rejected because the remote contains work that you do not have locally.'
  2. git pull openshift master even had some conflicts. Seems openshift adds files that are also created by cookiecutter. The conflicts were however pretty straight forward to fix.
  3. After all that is done git push openshift master will finally work. Only once that is all done, the remaining steps can be completed (ssh and syncdb).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant