3scale/apisonator

Undefined dependencies for running apisonator.

whitingjr opened this issue · 3 comments

Hi,
I am attempting to test the apisonator project on Fedora 28.
The Running tests suggests using the script
$ script/test
But I am finding this script is expecting some tools/software in the /opt directory (amongst other locations).
I would have expected the documentation on testing to have listed the following as dependencies

  • Redis
  • PostgreSQL
  • Nutcracker

Do you agree ?

Hi @whitingjr ,

Are you using the development docker image?

If you are using it, those tools should already be installed. The script that you mentioned takes care of starting all the dependencies:

start_services

@davidor ok that's maybe where I am going wrong. I was not using the dev image. I am happy for this issue to be closed.

👍