Skip to content

nungster/docker-sabre-dav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-sabre-dav

Using Docker compose, just execute:

docker-compose up -d

Docker Compose will build the SaberDAV container and a Litmus cardDAV test container. Litmus will run its suite of tests against the SaberDAV container. You can view the output of the Litmus tests.

Execute a:

docker ps -a

To get a list of the containers, then to view the logs:

docker logs <Name of your Litmus container>

The Litmus container can be started and you may modify or rerun the tests.

docker run -ti <ID of your Litmus container> bash -l

The default credentials for the sabreDAV container were set in the docker-compose.yml file as the environment variable, NGINX_AUTH_BASIC

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.8%
  • Shell 15.1%
  • Nginx 11.1%