CC-5709: Airtime Analyzer

* Fixed the RabbitMQ setup instructions in the README
This commit is contained in:
Albert Santoni 2014-03-13 14:38:01 -04:00
parent 451b19150b
commit c0aee37e37
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Ghetto temporary installation instructions
You will need to allow the "airtime" RabbitMQ user to access all exchanges and queues within the /airtime vhost: You will need to allow the "airtime" RabbitMQ user to access all exchanges and queues within the /airtime vhost:
sudo rabbitmqctl set_permissions -p /airtime airtime .* .* .* sudo rabbitmqctl set_permissions -p /airtime airtime .\* .\* .\*
Usage Usage