On 4 Mar 2011, at 17:10, nishant nigam <[email protected]> wrote:
> Thanks Bryan , i have learned the basics of Ruby On Rails and its installed > in my System i have also created few basic apps but what the problem is i > have to work on the Client project and i have that project code and i have to > configure that project into my system so that i can make changes..so its > really urgent ...help me with this... Well at a basic level all you need to do is install any libraries or gems the project uses ( if they're using bundler then bundle install will do the trick) and that any required services ( databases, mongodb, solr etc) are running and with suitable data. It might also be an idea to be a bit more familiar with the technologies involved before taking on client work Fred > > thanks > nishant > > On 4 March 2011 08:37, Bryan Crossland <[email protected]> wrote: > On Fri, Mar 4, 2011 at 8:02 AM, nishant <[email protected]> wrote: > hello , > i would like to know how can i migrate a rails project from one system > to another > Rails 3.0.3 > ruby 1.9.2 > mongodb with mongoid > > Lets start with the basics. Do you have a running Rails environment on the > system you are moving it too? If not, see the below documentation on how to > set one up. > > http://guides.rubyonrails.org/getting_started.html > > B. > -- > 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. > > > > -- > Thanks and Regards > Nishant Nigam > "Destiny is not a matter of chance, > it is a matter of choice; > it is not a thing to be waited for, > it is a thing to be achieved." > > -- > 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. -- 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.

