On 27 June 2012 07:49, Paulo Carvalho <lists@ruby-forum.com> wrote:
> Hello,
>
> Thanks for the answer.
>
> I always worked in windows. I developed my rails application on my
> windows environment.
>
> Now, I have a Linux environment where I would like to put my application
> running.
>
> To do that, Is it only necessary to pack my application directory, copy
> the packed file to the linux environment, unpack it and run the
> application as in Windows? (> rails s)
> I tried to do that but I had errors, so I think it is not the correct
> way.
Yes, that should work, except that you need to run bundle install
before starting the server. Assuming you have everything installed
and are using rvm.
>
> I read about capistrano and I would take a look to see if it is what I
> am looking for.
No need if you are just using the machine for development work.
To check you have everything installed ok try making a new app on the
linux machine.
Colin
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment