Koozali.org: home of the SME Server

Obsolete Releases => SME 9.x Contribs => Topic started by: mophilly on February 14, 2018, 12:32:47 AM

Title: Flask for python
Post by: mophilly on February 14, 2018, 12:32:47 AM
One of our programmers built a web service using Flask. We would like to deploy it to an SME 9 system. The Flask documentation is good, here is a link to the deployment instructions. http://flask.pocoo.org/docs/0.12/deploying/ (http://flask.pocoo.org/docs/0.12/deploying/)

Has anyone installed a Flask based app on SME?
Title: Re: Flask for python
Post by: Jean-Philippe Pialasse on February 14, 2018, 05:46:35 AM
no, but python-flask-0.9-8 is available from EPEL repo.
Title: Re: Flask for python
Post by: mophilly on February 14, 2018, 05:12:11 PM
Thank you. I will take a look at that.