Skip to content
theirishpenguin edited this page Sep 13, 2010 · 4 revisions

Just to note, for this project you need to have the sinatra and datamapper gems installed…

sudo gem install sinatra datamapper

… as well as data objects and and sqlite data objects (for datamapper with sqlite)

sudo gem install data_objects do_sqlite3

Note: On Ubuntu, you will need to have libsqlite3-dev installed via apt…

sudo aptitude install libsqlite3-dev

Clone this wiki locally