Skip to content

Commit

Permalink
Remove "make run" step since we ran "make" already. "make run" would …
Browse files Browse the repository at this point in the history
…place the database in /tmp.
  • Loading branch information
ripta committed Jan 19, 2009
1 parent 358ff6f commit 023ef75
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.rdoc
Expand Up @@ -173,23 +173,18 @@ Exit the Erlang shell with the following command (or Ctrl-c):

=== Start RabbitMQ

cd <SRC>/<RABBIT>/rabbitmq-server-1.5.0
make run
All directories will be automatically set up on first run.

(Ctrl-c to exit)

In the future you can run RabbitMQ:

(in the foreground)
To run RabbitMQ in the foreground:
sudo rabbitmq-server

(in the background)
To run RabbitMQ in the background:
sudo rabbitmq-server -detached

(check status)
To check status:
rabbitmqctl status

(stop server)
To stop server:
rabbitmqctl stop

You can learn more about RabbitMQ admin here: http://www.rabbitmq.com/admin-guide.html
Expand Down

0 comments on commit 023ef75

Please sign in to comment.