Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document states workflows to develop and deploy IOC on a ECS k8s EPIK8S infrastructure.

Common and preparatory steps

...

Pay attention to not set the project private otherwise will not be possible to load it into the ECS k8sEPIK8S.

Setup IDE

It's highly suggested to use https://code.visualstudio.com/ to handle the project.

...

SOFT IOC Development SoftIOC in a Linux-like environment

Deploy on the target

...

EPIK8S

Once your IOC/application is tested and ready to be published on the target ECSEPIK8S.

In your application repository create a bash file named start.sh (bash script) that will be used to start your application. Add it to your repo.

...