The engine powering Asyncy and executing stories.
See https://github.com/asyncy/stack-compose to install in production.
$ python setup.py install
- Compile assets required for the engine
- Set the ASSET_DIR environment variable to this dir
- Start the engine
$ asyncy-server start
The engine loads its configuration options from the environment. Defaults are provided:
$ export logger_name=asyncy
$ export loggger_level=debug