Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 313 Bytes

File metadata and controls

25 lines (17 loc) · 313 Bytes

hello-python

Dependencies:

  • Python 2.7

Install the requirements:

pip install -r requirements.txt

Configure the application:

export RABBITMQ_HOST = [ rabbitmq host address ]
export RABBITMQ_PORT = [ rabbitmq port ]
export RABBITMQ_QUEUE = hello

Run the app localy:

python app.py