Commit Graph
19 Commits
Author SHA1 Message Date
Gerhard Salvini 892e2c2cf1 Removed misleading text from stop.sh
This command no longer disables the Bridgehead in systemctl, it
only stops it.
2024-07-18 12:56:42 +02:00
Gerhard Salvini 520c560be0 Got systemctl restart to work locally
There were problems on my Ubuntu VM with the target run level that I was
using, so I went for the default. Now, if I restart my VM, the Bridgehead
is successfully started automatically.

Also added some status-generating commands to the run.sh and stop.sh
scripts, so that it looks like they are doing something.
2024-07-18 12:31:42 +02:00
Gerhard Salvini bb81617873 Replaced tabs with spaces 2024-07-17 09:34:46 +02:00
Gerhard Salvini c27536b566 Cherry picked from ehds2 and updated data upload for new scripts 2024-07-16 16:47:57 +02:00
Gerhard Salvini f213e6909a Started adding the new scripts to the README 2024-07-16 16:17:30 +02:00
Gerhard Salvini 6887264a5b Added infrastructure for running ECDC-Bridgehead under systemctl
This comprises of the service file to be copied into the systemctl directory,
plus Bridgehead start and stop scripts for both systemctl and for the
administrator on the command line.
2024-07-16 16:08:08 +02:00
Gerhard Salvini 5b2c3d7725 Using bridgehead user for performing git pull
Otherwise problems can arise with authentication.
2024-07-16 16:06:10 +02:00
Gerhard Salvini 105495d6cd Made compatible with ehds2 branch 2024-07-10 14:51:16 +02:00
Gerhard Salvini 17f372b06c Implement a gentler way of handling clock skew 2024-07-10 14:02:04 +02:00
Gerhard Salvini a250d52998 Pinned Blaze version, increased Focus retry count 2024-07-02 14:05:38 +02:00
Gerhard Salvini e309dc495a Improved docker-compose for transFAIR
In particular, corrected the code for detecting CSV files in the data directory.
The old code could not handle more than one CSV file.
2024-06-18 15:28:37 +02:00
Gerhard Salvini 53cdd49fd7 Improved docs, turned off obfuscation
ECDC does not want obfuscated results.
2024-03-28 11:04:08 +01:00
Gerhard Salvini 36a97ecc20 Removed ECDC URLs and certificates from dev branch 2024-03-27 16:04:25 +01:00
Gerhard Salvini 1b82207934 Migrated TransFAIR start logic from launch file to docker-compose
The start-up logic for TransFAIR is specific to the ECDC/EHDS2 Bridgehead,
and did not belong in the TransFAIR repo. This commit fixes that.

It also honours the change of the TransFAIR branch name for this
project, "ehds2".
2024-03-26 17:00:42 +01:00
Gerhard Salvini 4880c5cc9b Remove dependancy on local blazectl image 2024-03-20 11:43:43 +01:00
Gerhard Salvini b9b44d2530 Using standardized conditions for starting transfair 2024-03-19 09:07:56 +01:00
Gerhard Salvini 0d1f425df0 Auto-build focus and transfair
This auto-build functionality is a workaround for a bug, described in README.

The README now has additional documentation for EHDS2.

The root certificate files have been expanded to contain certificates for
both the ECDC and the DKFZ setup.
2024-03-18 11:03:50 +01:00
Gerhard Salvini 7a33b54416 Merge branch 'ehds2' of https://github.com/samply/bridgehead into ehds2 2024-03-15 09:48:46 +01:00
Gerhard Salvini 40e15f4d84 Added extra stuff for EHDS2
This includes docker-compose files that include transfair plus
configuration variables specific to EHDS2.
2024-03-15 09:35:49 +01:00