| 98 | --------------------------- |
| 99 | If using 'web2py.app.eden.w2p' is only producing frustrating error message, use the 'Or Get from URL' option, and copy this |
| 100 | {{{ |
| 101 | https://github.com/flavour/eden.git |
| 102 | }}} |
| 103 | |
| 104 | and then press Install. |
| 105 | --------------------------- |
| 106 | |
| 107 | The next step is to install postgresql. |
| 108 | From Ubuntu, use the terminal, and type: |
| 109 | {{{ |
| 110 | rhc cartridge add postgresql-8.4 -a myapp |
| 111 | }}} |
| 112 | |
117 | | You can find your openshift Sahana eden web address from Web2py administrative page, folder 'your application name' (the one that you uploaded), move your mouse cursor above it, and you can see the web address. |
| 136 | |
| 137 | ----------------------------- |
| 138 | Probably you will receive an error message saying something about "No such file or directory: 'applications/sahana/models/0000_update_check.py'". |
| 139 | Before you start praying, try to access your application at openshift server, using |
| 140 | {{{ |
| 141 | rhc ssh |
| 142 | }}} |
| 143 | |
| 144 | then go to your sahana eden directory, and find a directory named 'models'. Inside 'models' directory, type |
| 145 | {{{ |
| 146 | nano 0000_update_check.py |
| 147 | }}} |
| 148 | |
| 149 | then write: |
| 150 | {{{ |
| 151 | CANARY_UPDATE_CHECK_ID = 4 |
| 152 | }}} |
| 153 | |
| 154 | followed by CTRL-O, ENTER, and CTRL-X |
| 155 | So, you have created the file yourself. |
| 156 | ---------------------------- |
| 157 | |
| 158 | You can find your openshift Sahana eden web address from Web2py administrative page, folder 'your application name' (the one that you uploaded), move your mouse cursor above it, and you can see the web address. If it still doesn't work, you can start praying now. |