> > Hi Torsten, > > Use Ubuntu 14.04.1 LTS Latest long term release will be actively supported for the next 5 years. If you are deploying to cloud (eg Heroku, Rackspace, Amazon, etc) then this what your servers will be using anyway. Thus your development env reflects server environment.
VirtualBox is fine as it delivers you a high performance desktop to use as your usual machine. Learn how to use RVM as soon as possible https://rvm.io/rvm/install . Create an RVM environment for hobo. Write a Gemfile that lists proper ruby, hobo and rails versions. And $ bundle install Understand RVM and you will be replicating a proper dev environment anywhere by just a single command 'bundle install' -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
