Help with starting up my thin server with Sinatra
- by enedi
Hi All,
I'm a newcomer trying to get my feet wet with Ruby and Sinatra. I followed the Slicehost articles in getting Ruby 1.9.1 setup along with Thin 1.2.7 with a reverse proxy to Nginx.
Most things were going pretty smooth until I tried to start up my thin server.
This is the output I get from my logs:
$ sudo thin -C config.yml -R config.ru…