Thanks to visit codestin.com
Credit goes to github.com

Skip to content

IfMan is a GUI (Graphical User Interface) for Curtain

License

grupoprimo/ifman

 
 

Repository files navigation

IfMan

IfMan is a GUI (Graphical User Interface) for Curtain.

Checkout about Curtain, an easy way to control your features using redis, available for

Running

IfMan uses Redis to control it's features. You can run IfMan with Redis locally using docker.

  • docker-compose up --build

The default login for docker is:

Login:    redis
Password: redis

Usage

  • To use IfMan, first your need to initialize the configuration defining your redis URI as Login and redis password as Password.
Login:    10.0.1.1:6379
Password: p4ssw0rd
  • With IfMan you can:
  1. Create new features.
  2. Delete existing features.
  3. Manage the percentage of your features.
  4. Manage the users of your features.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/wirecardBrasil/ifman. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

  1. Fork it ( https://github.com/wirecardBrasil/ifman/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

The project is available as open source under the terms of the MIT License.

About

IfMan is a GUI (Graphical User Interface) for Curtain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 43.3%
  • HTML 38.7%
  • SCSS 11.9%
  • JavaScript 3.8%
  • CoffeeScript 1.3%
  • Dockerfile 1.0%