Skip to content
Permalink
87373bddf4
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
 
 
Cannot retrieve contributors at this time
executable file 11 lines (10 sloc) 317 Bytes
#!/bin/sh
docker-compose up --build -d
if [ $? == '0' ]; then
echo ""
echo "If everything above was successful, your IdP metadata can be retreived with this command (after a minute or two):"
echo " curl -k -s https://127.0.0.1/idp/shibboleth"
echo ""
else
echo "An error was encountered."
fi