Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 590 Bytes

install.rst

File metadata and controls

26 lines (14 loc) · 590 Bytes

Installation

Installing flower with pip is simple

$ pip install flower

Or, with easy_install

$ easy_install flower

Usage

Launch the server and open http://localhost:5555:

$ flower -A proj --port=5555

Or, launch from Celery:

$ celery flower -A proj --address=127.0.0.1 --port=5555

Broker URL and other configuration options can be passed through the standard Celery options:

$ celery flower -A proj --broker=amqp://guest:guest@localhost:5672//