diff --git a/README.md b/README.md index bb332e4..c7a864b 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ sudo systemctl [enable|disable] bridgehead@.service After starting the Bridgehead, you can watch the initialization process with the following command: ```shell -./bridghead logs -f +/srv/docker/bridgehead/bridgehead logs -f ``` if this exits with something similar to the following: @@ -220,7 +220,7 @@ docker ps There should be 6 - 10 Docker proceses. If there are fewer, then you know that something has gone wrong. To see what is going on, run: ```shell -./bridghead logs -f +/srv/docker/bridgehead/bridgehead logs -f ``` This translates to a journalctl command so all the regular journalctl flags can be used. diff --git a/ccp/modules/datashield.md b/ccp/modules/datashield.md index aa2c4cb..4de5168 100644 --- a/ccp/modules/datashield.md +++ b/ccp/modules/datashield.md @@ -1,5 +1,5 @@ # DataSHIELD -This module constitutes the infrastructure to run DataSHIELD within the bridghead. +This module constitutes the infrastructure to run DataSHIELD within the bridgehead. For more information about DataSHIELD, please visit https://www.datashield.org/ ## R-Studio