Skip to content

Commit

Permalink
README.md: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Aug 11, 2024
1 parent 23dca53 commit 8374888
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8374888

Please sign in to comment.