-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Flags Example
Amit Kumar Mondal edited this page Nov 22, 2017
·
4 revisions
- Fork or checkout the project
- This project packages a custom Apache Felix with all the necessary bundles required to run feature flags
- You need to build the core, web and example bundles
- Execute
mvn clean install -Dgpg.skip
in the top project folder - This will build all the bundles (core, web and example)
- Copy all the built jars from their respective target folders
- Paste the bundles in
bundle
directory (forked-directory-location\feature-flags-osgi/felix-distro/felix-framework-5.6.8-packaged-for-feature-flags
) - Open Console
- Execute
cd forked-directory-location\feature-flags-osgi/felix-distro/felix-framework-5.6.8-packaged-for-feature-flags
java -jar bin/felix.jar
- Open browser and access
http://ip_address//services/featureflags/features
Copyright (C) 2017 Amit Kumar Mondal