Usage¶
After having installed rabbitChat, just the run the following commands to use it:
RabbitMQ Server¶
For
MacUsers# start normally $ rabbitmq-server # If you want to run in background $ rabbitmq-server --detached # start using brew rervices (doesn't work with tmux) $ brew services rabbitmq start
For
Ubuntu/LInuxUsers# start normally $ rabbitmq-server # If you want to run in background $ rabbitmq-server --detached # To start using service $ service rabbitmq-server start # To stop using service $ service rabbitmq-server stop # To restart using service $ service rabbitmq-server restart # To check the status $ service rabbitmq-server status
rabbitChat Server¶
Start Server
$ rabbitChat [options]
Options
–port: Port number where the chat server will start Example
$ rabbitChat --port=9191
Stop rabbitChat Server
Click
Ctrl+Cto stop the server.