Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 986 Bytes

README.rst

File metadata and controls

43 lines (28 loc) · 986 Bytes

history

History retriever and manager

Built with Cookiecutter Django

LICENSE: BSD

Deployment

Local

To deploy the app locally (for testing/development), you will need to: #. Create a virtualenv (basic). #. Install application package as develop.

  1. 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.

Docker

To tun docker container application you just need to run: