arunoda / meteor-ddp-analyzer

Simple DDP Proxy which logs DDP messages
MIT License
150 stars 19 forks source link

Mac OS install? #14

Open cpalanzo opened 9 years ago

cpalanzo commented 9 years ago

Do you have instructions for installation on a Mac? I tried Brew (homebrew) - no luck.

arunoda commented 9 years ago

Homebrew?

What was the issue?

cpalanzo commented 9 years ago

I have Meteor installed - so do I have to install Nodejs ? I thought that was part of Meteor. I don't want to wreck my Meteor installation.

arunoda commented 9 years ago

You have to install nodejs as well. Meteor comes with it's own nodejs build. I don't know where to find it. I you found it, you can use this.

Even if you installed nodejs separately, it doesn't affect meteor.

On Wed Feb 25 2015 at 6:26:19 AM cpalanzo notifications@github.com wrote:

I have Meteor installed - so do I have to install Nodejs ? I thought that was part of Meteor. I don't want to wreck my Meteor installation.

— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-ddp-analyzer/issues/14#issuecomment-75884608 .

cpalanzo commented 9 years ago

I found a solution - I did the following first to repair NPM $ brew update $ brew uninstall node $ brew install node $ sudo brew postinstall node # brew error message provided this recommendation; only worked with sudo

arunoda commented 9 years ago

Okay.

On Wed Feb 25 2015 at 6:43:21 AM cpalanzo notifications@github.com wrote:

I found a solution - I did the following first to repair NPM $ brew update $ brew uninstall node $ brew install node $ sudo brew postinstall node # brew error message provided this recommendation; only worked with sudo

— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-ddp-analyzer/issues/14#issuecomment-75886435 .

cpalanzo commented 9 years ago

Funny... I must still be making a mistake. I launched ddp-analyzer-proxy - see middle window I started my meteor app - you can see it's console output in the bottom window

but nothing at Localhost 3030??

screen shot 2015-02-24 at 8 41 37 pm

arunoda commented 9 years ago

You don't see anything in that port. Follow this guide: https://meteorhacks.com/discover-meteor-ddp-in-realtime.html

On Wed Feb 25 2015 at 7:12:32 AM cpalanzo notifications@github.com wrote:

Funny... I must still be making a mistake. I launched ddp-analyzer-proxy - see middle window I started my meteor app - you can see it's console output in the bottom window

but nothing at Localhost 3030??

[image: screen shot 2015-02-24 at 8 41 37 pm] https://cloud.githubusercontent.com/assets/9503630/6363343/a5628d12-bc65-11e4-9823-1e2b032fd588.png

— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-ddp-analyzer/issues/14#issuecomment-75889596 .