Consul Tutorial - bash: ./counting-service: No such file or directory

Hello,
In this tutorial

There are these two lines:

PORT=9002 COUNTING_SERVICE_URL="http://localhost:5000" ./dashboard-service &

# and

PORT=9003 ./counting-service &

I get these errors:

bash: ./dashboard-service: No such file or directory

bash: ./counting-service: No such file or directory

It looks like it is assuming I already have these services - perhaps this is a typo in the tutorial?

Hi @coding-to-music !
Thanks for filing this question and sorry for the confusion, toward the top of the same guide under #Prerequisites you can download copies of those binaries.

Cheers.

1 Like