How to create portable rails app?

Hi,
i have a rails app which is done with instant rails, now i need to take
the app to other computer and use it without migrating , that is plug
and play use of that application, can anyone help with that??? plz!

On Tue, Jan 12, 2010 at 2:40 AM, Ralu rm [email protected] wrote:

Hi,
i have a rails app which is done with instant rails, now i need to take
the app to  other computer and use it without migrating , that is plug
and play use of that application, can anyone help with that??? plz!
Rails applications are portable. You just need to copy your
application’s directory.
Of course you will need your server already set up for that.
If you could describe your environment to us, will be much easier to
help you.
With this information is impossible to address the best solution for
your problem.

Leonardo M. wrote:

On Tue, Jan 12, 2010 at 2:40 AM, Ralu rm [email protected] wrote:

Hi,
i have a rails app which is done with instant rails, now i need to take
the app to  other computer and use it without migrating , that is plug
and play use of that application, can anyone help with that??? plz!
Rails applications are portable. You just need to copy your
application’s directory.
Of course you will need your server already set up for that.
If you could describe your environment to us, will be much easier to
help you.
With this information is impossible to address the best solution for
your problem.

thanks for responding,

iam using mongrel server
mysql database
ya rails application is portable, but i wanted to make the rails
application to be plug and play, dat means a person who dont know about
rails can use dat.

thanks in advance

On Tue, Jan 12, 2010 at 10:29 AM, Ralu rm [email protected] wrote:

help you.
With this information is impossible to address the best solution for
your problem.

thanks for responding,

iam using mongrel server
mysql database
What will be your deployment environment?

ya rails application is portable, but i wanted to make the rails
application to be plug and play, dat means a person who dont know about
rails can use dat.
Could you be more specific?
What is a person that don’t know rails? A sysadmin? An end user? A
developer?
Define “use” for that person.
Define “plug and play” for an application. Is it refered to the
deployment? to the user?