Skip to content

Commit b905029

Browse files
Clarified redis requirements
1 parent 5af9c0c commit b905029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ redis==2.10.5
2323
```
2424

2525
#### Other things:
26-
Celery requires a datastore, either Redis or RabbitMQ.
26+
Celery requires a running datastore, either Redis or RabbitMQ - flansible does not configure this, and expects Redis or RabbitMQ to already be running and accessible.
2727

2828
#### Configuration
2929
The config.ini file should be pretty self-explanatory. It's probably a good idea to remove lines 5-10 in app.py, as that's only a debug definition which probably won't make sense to you.

0 commit comments

Comments
 (0)