Skip to content

This project aims to show how you can deploy production ready a python app using the wonderful library pyinfra

License

Notifications You must be signed in to change notification settings

Senhaji-Rhazi-Hamza/pyinfra-python-app-deploy

Repository files navigation

pyinfra-python-app-deploy

This project aims to show how you can deploy production ready a python app using the wonderful library pyinfra

Usage

1. Setup your VM

# Assuming you have virtualbox already installed, using the vagrant file at the root directory run the command at the root directory

vagrant up

2. deploy your app

# Assuming you have installed pyinfra (pip install pyinfra) & you have replaced variables in deploy/group_data/app_servers.py with yours.

# Execute the command :

pyinfra inventories/staging.py setup_server.py

More refs :


You can find a complete explanation in this medium article

You can also find a complete demo in this youtube video

About

This project aims to show how you can deploy production ready a python app using the wonderful library pyinfra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published