# 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
hello-world-enabled
which is used as identifier in program. -
Clicking the button
Save Flag
to ensure the key has been modified. -
Creating two
Variant
s with keyson
andoff
.Variant: the possible result for the feature toggle.
- Clicking button
New Segment
and creating aSegment
with100%
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
edit
to editDistribution
, click checkbox to enable distribution for variant keyon
and set distribution rate to100%
.Distribution: the distribution rate for specific variants.
# cd to project root
./gradlew -q --console plain :examples:openfeature-example:run