You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requirements are to be able to run flagsmith as an executable in a linux environment, without having to use Docker.
In order to do this, we'll need to create a script to wrap gunicorn and run Flagsmith, then use pyinstaller to bundle the application. There's a gist here (mostly taken from here) that mostly works for actually getting the API running using gunicorn in a python script - we'd just need to extend it to take command line arguments to configure gunicorn correctly (hopefully we could make this pretty transparent).
The text was updated successfully, but these errors were encountered:
e.g. using pyinstaller
The requirements are to be able to run flagsmith as an executable in a linux environment, without having to use Docker.
In order to do this, we'll need to create a script to wrap gunicorn and run Flagsmith, then use pyinstaller to bundle the application. There's a gist here (mostly taken from here) that mostly works for actually getting the API running using gunicorn in a python script - we'd just need to extend it to take command line arguments to configure gunicorn correctly (hopefully we could make this pretty transparent).
The text was updated successfully, but these errors were encountered: