- run base i3c stack on PWD : PWD/?stack=i3c-install/stack1.yml
- make a "/i" link to i3c-cli script:
ln -s /i3c/i3c/i3c.sh /i
- clone i3c-openapi repo:
cd /
git clone https://github.com/virtimus/i3c-openapi.git
- now we build first container from i3c-openapi - "swagger-editor":
/i rb swagger-editor
- build is ok when u see something like:
Successfully built a3f3b2e2cb99
Successfully tagged i3c/swagger-editor:v0
Successfully tagged i3c/swagger-editor:latest
- now run the container:
/i rerun swagger-editor
- all this can also be done with:
/i up swagger-editor
- UI should be accesible on port 8180 (or at swagger-editor.i3c.h if You run localy with i3cp)
- You can follow with some tutorial like https://apihandyman.io/writing-openapi-swagger-specification-tutorial-part-1-introduction/