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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -