Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 647 Bytes

SETUP.md

File metadata and controls

24 lines (15 loc) · 647 Bytes

start environemnt

Options:

A. Open devcontainer in VS Code which will start the docker container B. directly start the docker container

environment setup

  1. ** add VS Code .devcontainer with a golang .devcontainer/Dockerfile

  2. add original repository as subtree

    git remote add flogo-aws-contrib [email protected]:aheissenberger/aws-contrib.git
    git subtree add --prefix=aws-contrib/ [email protected]:aheissenberger/aws-contrib.git master
  3. add fixed repository as subtree

    git subtree add --prefix=aws-contrib-fixed/ [email protected]:aheissenberger/aws-contrib.git fix-shim-error