# cd to project root
docker compose up-
Opening OpenFlagr admin dashboard http://localhost:18000/ in browser.
-
Entering any flag description in field which contains hint
Specific new flag description.
-
Modifying the flag key to
blue-green-expwhich is used as identifier in program.
-
Clicking the button
Save Flagto ensure the key has been modified.
-
Creating two
Variants with keysblueandgreen.Variant: the possible result for the feature toggle.
- Clicking button
New Segmentand creating aSegmentwith100%Rollout.Segment: a specific subset of your user base or audience. Rollout: gradually exposing a new feature to a broader audience over time.
- Clicking button
editto editDistribution, click checkbox to enable distribution for variant keysblueandgreenset distribution rate to50%for each.Distribution: the distribution rate for specific variants.
# cd to project root
./gradlew -q --console plain :examples:openfeature-abtest-example:run






