Deploying Tutorials#
This section provides concise and practical video guides for deploying B-Fabric web applications using the bfabric_web_apps
library.
Whether you’re just getting started or looking to integrate advanced features like Redis queues, these tutorials will help you deploy confidently and efficiently.
Deploying a Web App in B-Fabric#
Learn how to deploy a minimal B-Fabric app in just a few minutes. In this video on how to deploy a web app in B-Fabric using bfabric_web_apps, you will first learn some background information, and then see how to deploy one of the templates yourself.
We hope you enjoy the video!
Template Usage Guide For further details on how to work with the available templates, refer to the official documentation: usage.md
Deploying a Redis-Based B-Fabric App Template#
Explore how to set up and register a Redis-powered Dash application using the redis template. In this video, you will learn about the background of how the Redis template works, why you should use Redis, and ultimately how to deploy and use the Redis-based template.
We hope you enjoy the video!
Redis Template Documentation For detailed instructions on how to use and deploy the Redis template, refer to the official documentation: index_redis.md
How to Install Redis Follow the official Redis installation guide: https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-redis/
GitHub Repository Explore the source code and contribute on GitHub: GWCustom/bfabric-web-app-template
Prefer Text-Based Guides?#
You can always refer to the full deployment documentation.