0

I had deployd running just fine on my MAC OS, then I let it sit for a couple weeks. Went back to it, launching the Deployd server with "dpd app_name"

I get the following:

listening on port 2403

type help for a list of commands

dpd > bye

I've tried to install/reinstall multiple times, it's doing it also on all deployd website examples. I've tried changing the port, no luck I've looked for an error log file. Couldn't find any.

I tried to go on Chrome and Safari, same thing: "Connection Refused".

Any idea, anyone?

Thanks in advance!

Community
  • 1
  • 1
user1988824
  • 2,947
  • 2
  • 22
  • 27

1 Answers1

1

That happened to me, just type sudo before dpd.

$ sudo dpd

If you run:

$ DEBUG=* dpd

inside the app folder you will probably see the problem is with mongod, and run with sudo solves it.

rafaello
  • 2,385
  • 1
  • 18
  • 16