mysql - Stuff not included in RailsReady? -


i tried install ror on ubuntu 12.0.4 using railsready(https://github.com/joshfng/railsready). afterwards restarted computer , while typing ruby -v works, typing rails -v returns unrecognized, mysql in terminal. have able launch rails , mysql? have install them individually using sudo though i've installed railsready? thanks.

a quick glance @ readme , script shows gets ready install rails installing typical packages needed in order create rails-based development environment, , attempts install it.

per @madth3's comment below, lines 176 182 of railsready.sh attempt install rails, error messages when run script.

mysql appears require separate installation using standard methods appropriate system.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -