mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
no LDAP or REDIS is needed to run tests
This commit is contained in:
committed by
Phil Davis
parent
37514f62de
commit
bd5c864557
@@ -83,7 +83,7 @@ make -C tests/acceptance/docker clean
|
||||
|
||||
## Testing with test suite natively installed
|
||||
|
||||
We are using the ownCloud 10 acceptance test suite against oCIS. To set this up you need the ownCloud 10 core repo, a LDAP server that the acceptance tests can use to manage users, a redis server for file-versions and the oCIS code.
|
||||
We are using the ownCloud 10 acceptance test suite against oCIS.
|
||||
|
||||
### Getting the tests
|
||||
|
||||
@@ -93,12 +93,6 @@ All you need to do to get the acceptance tests is check out the core repo:
|
||||
git clone https://github.com/owncloud/core.git
|
||||
```
|
||||
|
||||
### Run a redis server in a docker container
|
||||
|
||||
File versions need a redis server. Start one with docker by using:
|
||||
|
||||
`docker run -e REDIS_DATABASES=1 -p 6379:6379 -d webhippie/redis:latest`
|
||||
|
||||
### Run ocis
|
||||
|
||||
To start ocis:
|
||||
|
||||
Reference in New Issue
Block a user