Showing posts with label start. Show all posts
Showing posts with label start. Show all posts

start the node js server

#install node
#npm instal if not exist
#install bower on elastic bean stalk
npm install -g bower
bower install
grunt serve
localhost:9000

How to start mongo db server ?

On mac
sudo mongod

If you  want to change the db storage locaiton
sudo mongod --dbpath


RabbitMQ start, stop, status, log , data location


Start RabbitMQ
sudo rabbitmqctl start

Stop RabbitMQ
sudo rabbitmqctl stop

Status of RabbitMQ
sudo rabbitmqctl status

Log location:
/var/log/rabbitmq

Data location:
/var/lib/rabbitmq