History retriever and manager
LICENSE: BSD
To deploy the app locally (for testing/development), you will need to: #. Create a virtualenv (basic). #. Install application package as develop.
Serve the application itself: .. code-block:: bash
export FALCON_SETTINGS_MODULE=history.settings.local gunicorn history.app:app --bind:127.0.0.1:8000 --reload
Or
It is very important to set the environment before serving the app or it won't work.
To tun docker container application you just need to run: