Changes between Version 8 and Version 9 of InstallationGuidelines/OpenShift


Ignore:
Timestamp:
10/17/13 00:54:34 (11 years ago)
Author:
Govind Menon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/OpenShift

    v8 v9  
    2828{{{
    2929
    30     rhc app create -a YOUR_APP_NAME -t python-2.6
     30    rhc app create -a YOUR_APP_NAME -t python-2.7
    3131}}}
    3232
     
    3737    git remote add upstream -m master git://github.com/prelegalwonder/openshift_web2py.git
    3838    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
     40Note: If you want a specific release and not the latest snapshot,
     41replace "master" with the branch name in the above lines (ie. 2.3.2).
    4042}}}
    4143   
     
    4648
    4749That's it, you can now checkout your application at:
    48 
     50{{{
    4951    http://YOUR_APP_NAME-$yournamespace.rhcloud.com # you'll be prompted for your namespace while creating your account, you needn't worry about it.
    5052