# Fizzy

Fizzy is a Kanban tracking tool for issues and ideas by 37Signals

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&#39;d like to use MySQL instead, you can set an environment variable:

```
DATABASE_ADAPTER=mysql
```

That&#39;s it!
