Changes between Version 22 and Version 23 of InstallationGuidelines/OpenShift


Ignore:
Timestamp:
07/29/14 11:10:49 (11 years ago)
Author:
andre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/OpenShift

    v22 v23  
    108108From Ubuntu, use the terminal, and type:
    109109{{{
    110 rhc cartridge add postgresql-8.4 -a myapp
     110$rhc cartridge add postgresql-8.4 -a myapp
    111111}}}
    112112
     
    130130
    131131Now, Access your openshift web2py admin page through https://YOUR_APP_NAME-$yournamespace.rhcloud.com
    132 Enter your password, find a folder named 'models' and find a file named '000_config.py. Edit and save the file.
     132Enter your password, find a folder named 'models' and find a file named '000_config.py. Edit and save the file.
     133In order to edit this file, you will need basic information of your postgresql. In your terminal, type:
     134{{{
     135$rhs ssh
     136$env | grep OPENSHIFT
     137}}}
     138
     139you will see lots of lines, containing your postgresql info. Use this to edit the 000_config.py
    133140
    134141
     
    139146Before you start praying, try to access your application at openshift server, using
    140147{{{
    141 rhc ssh
     148$rhc ssh
    142149}}}
    143150
    144151then go to your sahana eden directory, and find a directory named 'models'. Inside 'models' directory, type
    145152{{{
    146 nano 0000_update_check.py
     153$nano 0000_update_check.py
    147154}}}
    148155