bird-house / emu

PyWPS processes for testing and demo.
http://emu.readthedocs.io/en/latest/
Other
3 stars 10 forks source link

use "make stop" to shutdown service #35

Closed cehbrecht closed 6 years ago

cehbrecht commented 6 years ago

Description

With the new deployment relying on Werkzeug we currently have no make stop to shutdown the service.

It could be implemented by remembering the PID and using kill or using a function provided by Werkzeug:

http://werkzeug.pocoo.org/docs/0.14/serving/#shutting-down-the-server