Skip to content

Commit

Permalink
Notes on merging this app with openshift created app.
Browse files Browse the repository at this point in the history
  • Loading branch information
k4ml committed Oct 22, 2011
1 parent 6ad0e49 commit 6d6a1a6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README
@@ -1,3 +1,29 @@
Running on OpenShift
=====================

Create an account at http://openshift.redhat.com/

Create a wsgi-3.2 application

rhc-create-app -a blog -t wsgi-3.2

Add this upstream mezzanine-openshiftrepo

cd blog
git remote add upstream -m master git://github.com/k4ml/mezzanine-openshift.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at (default admin account is admin/admin):

http://blog-$yourlogin.rhcloud.com

Ref:-
https://github.com/lmacken/django-example

Feel free to change or remove this file, it is informational only. Feel free to change or remove this file, it is informational only.


Repo layout Repo layout
Expand Down

0 comments on commit 6d6a1a6

Please sign in to comment.