Changes between Version 8 and Version 9 of InstallationGuidelines/OpenShift
- Timestamp:
- 10/17/13 00:54:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/OpenShift
v8 v9 28 28 {{{ 29 29 30 rhc app create -a YOUR_APP_NAME -t python-2. 630 rhc app create -a YOUR_APP_NAME -t python-2.7 31 31 }}} 32 32 … … 37 37 git remote add upstream -m master git://github.com/prelegalwonder/openshift_web2py.git 38 38 git pull -s recursive -X theirs upstream master 39 Note: If you want a specific release and not the latest snapshot, replace "master" with the branch name in the above lines (ie. 2.3.2). 39 40 Note: If you want a specific release and not the latest snapshot, 41 replace "master" with the branch name in the above lines (ie. 2.3.2). 40 42 }}} 41 43 … … 46 48 47 49 That's it, you can now checkout your application at: 48 50 {{{ 49 51 http://YOUR_APP_NAME-$yournamespace.rhcloud.com # you'll be prompted for your namespace while creating your account, you needn't worry about it. 50 52