a-chernykh / railsbox

Fast and easy Ruby on Rails virtual machines
https://railsbox.io
MIT License
320 stars 52 forks source link

nginx + puma #16

Closed rdrop closed 9 years ago

rdrop commented 9 years ago

I cleaned up my code to only add nginx + puma to your most recent push. It installs clean with the server accessible and running. Also added is a redis upstart conf that can be used to start-stop the daemon.

rdrop commented 9 years ago

...I didn't change the virtual_boxes_spec.rb file

a-chernykh commented 9 years ago

Thanks for extracting this. LGTM in general, please take a look into failing test and a few comments.

a-chernykh commented 9 years ago

I needed your changes so I went ahead and merged this in. Thanks for the contribution!