Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcofolkertsma authored Apr 1, 2024
1 parent 1a467aa commit 8284810
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docker/usage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Tentative usage. still buggy
Validate in Linux (raspberry), windows and ask some-one to validate in macOS


# developing the functionality
Expand All @@ -17,8 +18,9 @@ Tentative usage. still buggy
- run docker command to open a container command prompt: docker exec -it name-of-container sh
### at container command prompt
- create glee project e.g. asyncapi new glee --name=tutorial --template tutorial
- follow instructions to install and launch glee
- change permission on Glee files so they can be edited in local file system with command chown.....
- follow instructions to install glee (npm install)
- change permission on glee files so they can be edited in local file system with command chown.....
- follow instructions to launch glee (npm run dev)
- monitor glee log
- terminate glee server with ctrl-c
### in local workstation
Expand Down

0 comments on commit 8284810

Please sign in to comment.