Skip to content

Commit

Permalink
Merge pull request #2508 from lauraxt/nobug-docs-start-rabbit-on-osx
Browse files Browse the repository at this point in the history
Update OS X dev install instructions for rabbitmq
  • Loading branch information
lauraxt committed Dec 7, 2014
2 parents 26a587f + 622957a commit 0a23157
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/development/dev-services.rst
Expand Up @@ -211,7 +211,7 @@ Install lessc

Set your PATH
::
export PATH=/usr/local/bin:$PATH
export PATH=/usr/local/bin:/usr/local/sbin:$PATH

Initialize and run PostgreSQL
::
Expand All @@ -235,3 +235,7 @@ Ensure that timezone is set to UTC
Restart PostgreSQL to activate config changes, if the above was changed
::
pg_ctl restart

Start RabbitMQ
::
rabbitmq-server

0 comments on commit 0a23157

Please sign in to comment.