nexus-vagrant/provision/summary.sh

19 lines
261 B
Bash

#!/bin/bash
set -eux
config_fqdn=$(hostname --fqdn)
# show the installation summary.
cat <<EOF
nexus is running at:
http://localhost:8081
https://$config_fqdn
use the admin/admin123 credentials to login.
the logs are at:
/opt/nexus/data/log/
EOF