# Scripts Usage ## Run pyinfra locally **Shell 1**: Start minio and rabbitmq containers ```bash $ cd scripts && docker-compose up ``` **Shell 2**: Start pyinfra with callback mock ```bash $ python scripts/start_pyinfra.py ``` **Shell 3**: Upload dummy content on storage and publish message ```bash $ python scripts/mock_process_request.py ```