jans icon indicating copy to clipboard operation
jans copied to clipboard

Feat: "Clean" install during setup.

Open nynymike opened this issue 2 years ago • 1 comments

To make Jans easy to learn, we add a bunch of sample clients, scripts, and other configuration (for example a sample custom attribute). We should have a setup option for clean install, where we only install the minimal configuration to make Jans function.

nynymike avatar Aug 08 '22 19:08 nynymike

@nynymike yes, this is needed. My suggestion on implementation would be to have clean install by default, and have a switch or flag in case if dev-tooling is required. Something similar to --dev. When this switch is used during installation, it'll install sample clients, scripts etc plus it should also load test data. The ability to load test data is already available using --args="-t".

ossdhaval avatar Aug 09 '22 04:08 ossdhaval