openminds / sneakers

Sneakers is a simple, fast way to mimick Openminds Shared and Cloud hosting environments using vagrant/virtualbox, and provisioned by Chef.
25 stars 11 forks source link

ruby193 box does not exist on mirror #47

Open Dextro opened 10 years ago

Dextro commented 10 years ago

Downloading box from URL: http://mirror.openminds.be/vagrant-boxes/sneakers-6.0.7-ruby193-20130911.box Download failed. Will try another box URL if there is one.-) An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

The requested URL returned error: 404 Not Found

Zhann commented 10 years ago

You can use http://mirror.openminds.be/vagrant-boxes/Debian-6.0.7-amd64-ruby1.9.3-frank.box

We're having some problems with Ruby apps on Sneakers and we're not out on how to solve them (yet). Some issues we're tinkering with:

So if you're planning on using the ruby box for ruby apps, be prepared to stumble upon some caveats.

I'll keep this issue open until we have a decent solution for ruby boxes (or we drop support).

Dextro commented 10 years ago

The question is, why do people use Sneakers? To develop or to test their applications? Or Both?

In my opinion it is important that Sneakers stays as close as possible to the production environment, but the main goal is development. So it must have tools to aid that development. That's also the reason why I want to add a php profiler in the near future.

Maybe you can work with 2 roles: development and testing/production?