a-chernykh / railsbox

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

Support for Ubuntu 16 #60

Open stevensona opened 7 years ago

stevensona commented 7 years ago

Are there any plans to add support for Ubuntu 16?

plwalters commented 7 years ago

Perhaps leaving a short description here of what needs to be done might help as well if contributors are busy with other things at the moment, I might take a stab at it if I knew where to start.

stevensona commented 7 years ago

Right now, the tool only allows you to select Ubuntu/Precise 12.04 or Ubuntu/Trusty 14.04. There should be an additional option to select Ubuntu/Xenial 16.04 as a base image on which to build the railsbox.

@PWKad, have a look at this file.

It may be as simple as adding the additional options to that file and testing it to make sure it works as expected. It may also make sense to update the ruby version dropdown as well.

arifb commented 6 years ago

@stevensona Unfortunately won't be as simple as just adding to that file you mention - at the very least, all the upstart scripts for managing services will need to be converted to systemd.