boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Run rfhub in production webserver #51

Closed jjb0385 closed 8 years ago

jjb0385 commented 8 years ago

How could rfhub be configured to be run out of gunicorn or another webserver?

boakley commented 8 years ago

I do not know. I've never used gunicorn or had the need to run it with another webserver.

jjb0385 commented 8 years ago

What is your recommendation for having an instance of this running constantly? Just fire up 'python -m rfhub' and leave it running? Are there any memory/performance concerns or should that be good?

boakley commented 8 years ago

That's how it was designed to be used - just leave it running

jjb0385 commented 8 years ago

Great -- it wasn't totally clear that was the intention for long running instances. Thanks!