Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@pcaskey
Latest commit e5270d7 Oct 10, 2018 History
1 contributor

Users who have contributed to this file

executable file 8 lines (6 sloc) 246 Bytes
#!/bin/sh
docker-compose up --build -d
echo ""
echo "If everything above was successful, your IdP metadata can be retreived with this command (after a minute or two):"
echo " curl -k https://127.0.0.1/idp/shibboleth"
echo ""