Skip to content
Permalink
5.1.3_20250317…
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
1 contributor

Users who have contributed to this file

executable file 11 lines (10 sloc) 330 Bytes
#!/bin/sh
docker-compose up --build -d
if [ $? == '0' ]; then
echo ""
echo "If everything above was successful, your SP metadata can be retreived with this command (after a minute or two):"
echo " curl -k -s https://127.0.0.1:8443/Shibboleth.sso/Metadata"
echo ""
else
echo "An error was encountered."
fi