cmd/system_update: Check for 'docker' and 'docker compose'

This commit is contained in:
Tom Wiesing 2022-11-22 10:21:12 +01:00
parent 57f2fe8c86
commit 4d3568a2e2
No known key found for this signature in database
3 changed files with 16 additions and 7 deletions

View file

@ -193,7 +193,8 @@ func (bs cBootstrap) Run(context wisski_distillery.Context) error {
// Tell the user how to proceed
logging.LogMessage(context.IOStream, "Bootstrap is complete")
context.Printf("Adjust the configuration file at %s\n", envPath)
context.Printf("Then grab a GraphDB zipped source file and run:\n")
context.Printf("Then make sure 'docker compose' is installed.\n")
context.Printf("Finally grab a GraphDB zipped source file and run:\n")
context.Printf("%s system_update /path/to/graphdb.zip\n", wdcliPath)
return nil