mirror of https://github.com/samply/bridgehead.git
Fix typo
This commit is contained in:
parent
647aa05c73
commit
4fc53c00bf
|
@ -200,7 +200,7 @@ sudo systemctl [enable|disable] bridgehead@<PROJECT>.service
|
||||||
After starting the Bridgehead, you can watch the initialization process with the following command:
|
After starting the Bridgehead, you can watch the initialization process with the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
./bridghead logs <project> -f
|
/srv/docker/bridgehead/bridgehead logs <project> -f
|
||||||
```
|
```
|
||||||
|
|
||||||
if this exits with something similar to the following:
|
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:
|
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
|
```shell
|
||||||
./bridghead logs <Project> -f
|
/srv/docker/bridgehead/bridgehead logs <Project> -f
|
||||||
```
|
```
|
||||||
This translates to a journalctl command so all the regular journalctl flags can be used.
|
This translates to a journalctl command so all the regular journalctl flags can be used.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# DataSHIELD
|
# 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/
|
For more information about DataSHIELD, please visit https://www.datashield.org/
|
||||||
|
|
||||||
## R-Studio
|
## R-Studio
|
||||||
|
|
Loading…
Reference in New Issue