ppazos / cabolabs-ehrserver

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
https://cabolabs.com
Apache License 2.0
177 stars 110 forks source link

Add systemd template with env vars #1039

Closed nr23730 closed 5 years ago

nr23730 commented 5 years ago

I think it makes sense to run the EHRServer as a service, so I created a systemd template for it...

ppazos commented 5 years ago

EHRServer is compiled to a war that is deployed to a servlet container for production environments, the grails run-app run is for development, it doesn't need to run as a service, is not a native app, is a web app. This is not correct.

ppazos commented 5 years ago

@nr23730 before sending any more PRs I would suggest to ask first on https://gitter.im/CaboLabs/EHRServer to check if the PR really makes sense. And if there is something missing on the documentation, we could add it. That is always preferred than start changing files in the project because those don't work for you :)