Skip to content

Commit

Permalink
Add documentation on how to fix bad bootstrap.
Browse files Browse the repository at this point in the history
Add documentation on how to fix bad bootstrap.
  • Loading branch information
skoranda committed Mar 22, 2021
1 parent 72d1cc6 commit 50ec23f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,22 @@ https://registry2.comanage.incommon.training

for node 2, and so on.

## Fixing a bad bootstrap

Trainees that do not follow the instructions closely may bootstrap
COmanage Registry with a configuration that does not allow them
to authenticate as the platform administrator. When that happens
follow these steps on the training node as the root user:

1. `docker stack rm comanage`
1. `cd /srv/docker/var/lib/mysql`
1. `rm -rf ./`
1. `cd /srv/docker/srv/comanage-registry/local/Config`
1. `rm -rf ./`

Then tell the user to correct the error in the stack file
and try again.

## Interference from existing SSH agent

If you find that your existing SSH agent is interfering with the SSH connections
Expand Down

0 comments on commit 50ec23f

Please sign in to comment.