- cleaned up recipe (#15).
- update nginx option with ssl-verify option (#13).
- added outputurl option to overwrite defaults.
- removed unused
remotehost
option. - updated
database
option.
- added allowedinputpaths option.
- cleaned up buildout build ... fixed travis.
- removed unused options processes-path and processes-import.
- does not generate etc/pywps/app.py anymore.
- added application option.
- added processing options
mode
andremotehost
.
- added
database
option.
- added
logformat
option.
- added
extra-options
which replaces also thearchive-root
option. - added test module test_unit.py for unit-testing.
- updated versions.cfg.
- setting NCARG_ROOT in gunicorn config.
- added options
sethomedir
andsetworkdir
.
- added
archive-root
cache option.
- set
HOME
in gunicorn config to var/lib/pywps/tmp/${name}. - added
parallelprocesses
option. - added
https-output-port
andhttp-output-port
option. - added
enable-https
option. - updated Readme.
- fixed wspapp.py template: using processes-import option
- using proccess-path option.
- updated Readme.
- updated to pywps 4.x (new config files)
- added client_body_max_size to nginx config for uploads.
- using zc.recipe.deployment.
- changed cache path to
var/lib/pywps/cache
. - changed tmp path to
var/lib/pywps/tmp
.
- update to pywps 3.2.5.
- fixed wpsapp.py wsgi script.
- added missing server/debug parameter to pywps.cfg.
- added
maxoperations
andmaxfilesize
to options.
- updated pywps conda dependency.
- configure pywps logFile in ${prefix}/var/log/pywps/.
- added environment variables PATH and GDAL_DATA to bin/runwps script.
- generates bin/runwps script to test pywps service.
- updated pywps conda dependency.
- cleaned up templates.
- added eventlet to the conda dependencies.
- renamed gunicorn template.
- updated pywps.cfg for gunicron keywords template.
- added gunicorn workers parameter.
- using gevent worker_class.
- using gunicorn config folder etc/gunicorn/.
- using cache path var/lib/cache/.
- updated to latest pywps wsgi app.
- added user option for supervisor and nginx.
- enabled https access.
- removed unused proxyEnabled option.
- cleaned up templates.
- updated supervisor config.
- log pywps to stderr/supervisor.
- do not set
HOME
environment variable in gunicorn.
- added mako_cache to pywps config.
- installing in conda enviroment
birdhouse
. - using
$ANACONDA_HOME
environment variable. - separation of anaconda-home and installation prefix.
- changed default log level.
- Don't update conda on buildout update.
- Sets PYTHONPATH in gunicon.conf.py. Used in PyWPS async processes.
- Added cache section to pywps.cfg template.
- GDAL_DATA added to environment in gunicorn.conf.py template.
- phoenix option added for wpsoutputs.
- Fixed proxy config for wpsoutputs.
added cache path to nginx configuration.
added /usr/local/bin to gunicorn path (needed for brew on macosx)
Updated documentation.
Fixed hostname in nginx template.
Fixed HOME env in gunicorn template.
Initial Release.