Wittelab/samasy

`initialize': unable to open database file (DataObjects::ConnectionError)

Opened this issue · 1 comments

You see this message when you try to run rackup

You likely still need to install the libsqlite3-dev library.

In Ubuntu, do: sudo apt-get install git libsqlite3-dev
On a Mac with homebrew: brew install git sqlite3