We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3786e commit 0386355Copy full SHA for 0386355
scripts/bootstrap/opencrvs-bootstrap.sh
@@ -9,6 +9,10 @@
9
#
10
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
11
12
+# Script to bootstrap a server as OpenCRVS infrastructure node
13
+# - Creates 'provision' user if not exists
14
+# - Installs and configures GitHub Actions runner to connect to the specified repos
15
+# - Can be used for both master and worker nodes
16
set -e
17
18
# Configurable params
0 commit comments