Network Deployment
Deployment of profile test-network.
Pre-requisites
export MEDCO_SETUP_DIR=~/medco MEDCO_SETUP_VER=v2.0.1
git clone --depth 1 --branch ${MEDCO_SETUP_VER} https://github.com/ldsec/medco.git ${MEDCO_SETUP_DIR}Generation of the deployment Profile
Step 1
export MEDCO_SETUP_NETWORK_NAME=example \
MEDCO_SETUP_NODE_IDX=0 \
MEDCO_SETUP_NODE_DNS_NAME=medconode0.example.com
cd "${MEDCO_SETUP_DIR}/scripts/network-profile-tool"
bash step1.sh ${MEDCO_SETUP_NETWORK_NAME} ${MEDCO_SETUP_NODE_IDX} ${MEDCO_SETUP_NODE_DNS_NAME}Step 2
MedCo Stack Deployment
Keycloak Configuration
Test the deployment
Last updated
Was this helpful?