| | 59 | Now locally create package your local Eden setup via the administrative interface. |
| | 60 | |
| | 61 | Then create a new application on your OpenShift by uploading the package. |
| | 62 | |
| | 63 | Once Eden is installed you will need OpenShift to install a lot of the required packages and libraries for it to work.For that edit the setup.py file in the following way- |
| | 64 | |
| | 65 | Edit the install_requires line to |
| | 66 | |
| | 67 | {{{ |
| | 68 | install_requires=['newrelic','GitPython','xlrd','lxml','shapely','python-dateutil','xlwt','pyserial','tweepy','pil'], |
| | 69 | }}} |
| | 70 | |
| | 71 | Note that these are only some of the libraries - please add them as needed. |
| | 72 | |
| | 73 | Commit these changes and push them to OpenShift. |
| | 74 | |