view README.txt @ 13:a0213f0e707b

- Update for v12.10 - Plot raw data to show more up to date data - Average/peak winds so they don't spam the display. - Display the time of the most recent data.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 10 Jan 2013 16:38:36 +1030
parents 15fed86d9fac
children
line wrap: on
line source

- Unpack archive into pywws directory.
- Create Apache config containing..

WSGIRestrictStdout Off
WSGIDaemonProcess iwws user=myuser group=users threads=5 home=/path/to/pywws processes=5 maximum-requests=10000
WSGIScriptAlias /iwws /path/to/pywwsiwws/iwws.wsgi

Alias /static /path/to/pywws/iwws
<Directory /path/to/pywws/iwws/static>
    Order deny,allow
    Allow from all
</Directory>

<Directory /path/to/pywws/iwws>
    WSGIProcessGroup iwws
    WSGIApplicationGroup %{GLOBAL}
    WSGIScriptReloading On

    Order deny,allow
    Allow from all
</Directory>

- Code by me is licensed under the 2 clause BSDL, other code licensed as per those projects.