From 837488861a9ec3f3295a3619c66073f928c3988f Mon Sep 17 00:00:00 2001 From: ish Date: Mon, 12 Aug 2024 01:31:49 +0900 Subject: [PATCH] README.md: Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 356ce8a..c9fc6c7 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,25 @@ Software Migration framework (codename: cm-grasshopper) is going to support: server_port: 8081 ``` -2. Build and run the binary +2. Copy honeybee private key file (honeybee.key) to .cm-grasshopper/ directory under user's home directory or the path of 'CMGRASSHOPPER_ROOT' environment variable. +You can get honeybee.key from .cm-honeybee/ directory under user's home directory or the path of 'CMHONEYBEE_ROOT' environment variable. + +If you are running honeybee within Docker, you can copy it with this command. + + ```shell + docker cp cm-honeybee:/root/.cm-honeybee/honeybee.key . + ``` + +3. Build and run the binary ```shell make run ``` +Or, you can run it within Docker by this command. + ```shell + make run_docker + ``` + ### Health-check Check if CM-Grasshopper is running