Versions Compared

Key

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

...

This solution works, but is terribly hard to maintain and improve.

Solution

I propose to:

  • move all step related logic to own class (each step would have it's own class)
  • clearly define set of wizards, that would consist of instances of involved steps

This would allow invoke needed steps out of context and possible move us one step closer to automated installation idea, when In-Portal can be installed from command line without user interaction (or need of a web browser) at all.

Related Tasks