Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To make sure everything is working as expected, use mad.wsgi.env and set_eas_mode.sh then visit the root URL. You .

Code Block
$ sudo ./set_eas_mode.sh SHOW_ENV

Then visit the URL of the web server and you should see something like this in the follwing.browser:

Code Block
python version info:
2.7.3 (default, May 16 2012, 09:40:25) 
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)]

django version info:
(1, 3, 1, 'final', 0)

psycopg2 version info:
2.4.5 (dt dec pq3 ext)

mod_wsgi version info:
(3, 3)

gdal version info:
(1, 9, 0)

geos version info:
{'major': '3', 'subminor': '3', 'version': '3.3.3', 'capi_version': '1.7.4', 'release_candidate': None, 'minor': '3'}

 

OBSOLETE - install virtualenv 2.7

...