Created
December 23, 2008 03:33
-
-
Save pius/39243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[22:29][me@phoenix-2:~/cutting/k]$ thin start -R config.ru | |
>> Thin web server (v1.0.0 codename That's What She Said) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:3000, CTRL+C to stop | |
!! Unexpected error while processing request: Could not load sqlite adapter: | |
no such file to load -- sqlite3 | |
****MEANWHILE, IN ANOTHER TERMINAL WINDOW**** | |
[22:30][me@phoenix-2:~]$ curl -i http://localhost:3000/cloudkit-meta | |
curl: (52) Empty reply from server | |
********************************************* | |
[22:30][me@phoenix-2:~/cutting/k]$ gem list | grep sqlite3 | |
do_sqlite3 (0.9.9, 0.9.7) | |
sqlite3-ruby (1.2.4, 1.2.1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment