Undefined dependencies for running apisonator.
whitingjr opened this issue · 3 comments
whitingjr commented
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 ?
davidor commented
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:
Line 46 in fbf2250
whitingjr commented
@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.
unleashed commented
👍