ruby - How to create a new Rails application from existing source code -
i've been tasked ruby-on-rails application working on dev machine. have actual source code (after generation) on dvd.
i've installed ruby , rails, , confirmed both work. i've copied source code c:\sites.
i'm new whole stack , googling has given me no help.
update: took equivalent of working day spread on 2 days. answer. got done in end. o_o
if have code fire following commands , ready go
cd "your project" bundle install rake db:migrate rails server and goto http://localhost:3000
Comments
Post a Comment