You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gp env BPA_HOST=`gp url 8080 | sed 's/.*https:\/\///'`
gp env ACAPY_ENDPOINT=`gp url 8030`
cd scripts
cp .env-example .env
./register-did.sh
eval $(gp env -e)
docker-compose -f docker-compose.dev.yml build
command: |
eval $(gp env -e)
cd scripts
docker-compose -f docker-compose.dev.yml up
openMode: split-right
- command: echo Observe the other terminal "docker-compose" for the launch progress. At the end, the frontend will open in the browser (at https://$BPA_HOST) - have fun!