mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Note about Redis requirement in the test suite README
This commit is contained in:
parent
8faa6afa67
commit
2dfb5a6a5c
@ -1,6 +1,7 @@
|
||||
You need MySQL, PostgreSQL and Riak up and running.
|
||||
You need MySQL, PostgreSQL, Redis and Riak up and running.
|
||||
MySQL should be accepting TCP connections on localhost:3306.
|
||||
PostgreSQL should be accepting TCP connections on localhost:5432.
|
||||
Redis should be accepting TCP connections on localhost:6379.
|
||||
Riak should be accepting TCP connections on localhost:8087.
|
||||
MySQL and PostgreSQL should grant full access to user 'ejabberd_test' with
|
||||
password 'ejabberd_test' on database 'ejabberd_test'.
|
||||
|
Loading…
Reference in New Issue
Block a user