Skip to content
Snippets Groups Projects
Commit b8f57ebc authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-391: Add 'make bootstrap' to facilitate initial startup'

parent 5c615fcb
Branches
Tags
1 merge request!144L2SS-391: Add boot device
......@@ -148,6 +148,11 @@ ifneq ($(NETWORK_MODE),host)
endif
$(DOCKER_COMPOSE_ARGS) docker-compose -f tango.yml -f networks.yml up -d
bootstrap: # first start, initialise from scratch
$(MAKE) start elk-configure-host # configure host kernel for elk container
$(MAKE) start dsconfig # boot up containers to load configurations
../sbin/update_ConfigDb.sh ../CDB/LOFAR-ConfigDb.sh
start: up ## start a service (usage: make start <servicename>)
if [ $(UNAME_S) = Linux ]; then touch ~/.Xauthority; chmod a+r ~/.Xauthority; fi
$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) start $(SERVICE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment