Changes between Version 11 and Version 12 of InstallationGuidelines/OpenShift


Ignore:
Timestamp:
10/17/13 01:11:53 (11 years ago)
Author:
Govind Menon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/OpenShift

    v11 v12  
    5353}}}
    5454
     55Once your app is up you'll need administrative access to continue.For the admin app to work you need to put your password hash in parameters_8080.py in wsgi/web2py/.
     56
    5557=== Package and deploy Eden ===
    5658
     59Now locally create package your local Eden setup via the administrative interface.
     60
     61Then create a new application on your OpenShift by uploading the package.
     62
     63Once 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
     65Edit the install_requires line to
     66
     67{{{
     68 install_requires=['newrelic','GitPython','xlrd','lxml','shapely','python-dateutil','xlwt','pyserial','tweepy','pil'],
     69}}}
     70
     71Note that these are only some of the libraries - please add them as needed.
     72
     73Commit these changes and push them to OpenShift.
     74
    5775=== Updates ===
     76
     77To deploy updates simply package Eden locally and re-deploy it on OpenShift via the admin interface ( check the overwrite installed app option)