Fizzy
Fizzy is a Kanban tracking tool for issues and ideas by 37Signals
Updated
Fizzy is an open source Kanban Ruby on Rails application that can easily be deployed with Hatchbox.
Configuration
To deploy Fizzy, set the Git URL to the GitHub repository:
https://github.com/basecamp/fizzy.git
And use the main branch.
Processes
Hatchbox will automatically detect and configure processes the Rails server and solid_queue for background jobs.
Databases
By default, Fizzy uses SQLite. If you'd like to use MySQL instead, you can set an environment variable:
DATABASE_ADAPTER=mysql
That's it!