Pregunta

How does one install and run Thin? According to the official page, I can start it with bundle exec thin start, but no dice. Instead I get Could not locate Gemfile. If I restart Terminal and run gem install thin again, it seems to install it again as if it weren't properly installed the first time.

Sceeenshot of Terminal output

No hay solución correcta

Otros consejos

The guide assumes you're using it in a Ruby project. Using bundle ... requires there to be a Gemfile in the current directory. It'll work if you cd to a Ruby project and add gem thin to your Gemfile.

Here's some info on Gemfiles: http://bundler.io/v1.3/gemfile.html

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top