keycloak-scim/testsuite/integration-arquillian/tests/other/mod_auth_mellon/README.md

17 lines
355 B
Markdown
Raw Normal View History

2016-01-28 08:54:05 +00:00
# Mod_auth_mellon test
## Docker image
Docker image contains apache + mod_auth_mellon and two html files unprotected (/) and protected (/auth).
## Build docker image
docker build -t apache-mellon docker/
## Run docker image
docker run -d -p 8380:80 apache-mellon
## Run tests
mvn clean install [-Dapache.mod_auth_mellon.url=http://localhost:8380]