This repository was archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Developing Bandiera
Darren Oakley edited this page Feb 11, 2014
·
1 revision
To work with Bandiera, you need to be comfortable working in Ruby, but the code itself is very very simple...
- Fork this repo.
- Run
bundle install - Create a
config/database.ymlfile with your database connection details (useconfig/database.yml.sampleas a guide). - Run
bundle exec rake db:create db:migrate. - Run
RACK_ENV=test bundle exec rake db:create db:migrate. - Run
shotgun -p 5000
You'll now see the web interface sitting on http://localhost:5000, and the API at http://localhost:5000/api.
- Home
- How Feature Flags Work
- Do's & Dont's of Feature Flagging
- Client Libraries
- Running a Server
- Developing Bandiera
- API Documentation
- API v2
- API v1 (deprecated)