> i have download one rails application. i am using mysql database. so i
> need to get the existing database into mysql, and run that application. how
>  will run that application. i have search so many stuffs, but i didn't get
> related issues. how to migrate that schema into database.
>
>
> Change database details  in app/config/database.yml
and run

    rake db:migrate

and also run

     bundle install

To install all gems in that application


-- 
Regards

sathia
http://www.sathia27.wordpress.com

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to