Re: [Ilugc] Move all web applications from one server to another server

2015-03-23 Thread Ashish Yadav
Hi, On Wed, Mar 18, 2015 at 8:22 AM, Shrinivasan T wrote: > Friends, > > I have a AWS instance where I have installed 20 rails applications. > It took much time to setup by installing various dependencies. > Base os is ubuntu 14.04 > > Now, we need the same setup in a physical server. > we will

Re: [Ilugc] Move all web applications from one server to another server

2015-03-23 Thread Shakthi Kannan
Hi, --- On Wed, Mar 18, 2015 at 8:22 AM, Shrinivasan T wrote: | I have installed 20 rails applications. | It took much time to setup by installing various dependencies. \-- Your query has nothing to do with Amazon. Use Capistrano to automate deployment of Rails applications: http://capistrano

Re: [Ilugc] Move all web applications from one server to another server

2015-03-23 Thread Balaji G
Hi anna, You can use Ansible(http://docs.ansible.com/) also. Its also very easy to use . In my office we use ansible for everything . On Mon, Mar 23, 2015 at 2:38 PM, அருண் குமார் - Arun Kumar < thangam.ar...@gmail.com> wrote: > Shirni, > > > > I have a AWS instance where I have installed

Re: [Ilugc] Move all web applications from one server to another server

2015-03-23 Thread அருண் குமார் - Arun Kumar
Shirni, > I have a AWS instance where I have installed 20 rails applications. > It took much time to setup by installing various dependencies. > Base os is ubuntu 14.04 > > Now, we need the same setup in a physical server. > we will need to setup multiple servers with the same applications. > > I

[Ilugc] Move all web applications from one server to another server

2015-03-17 Thread Shrinivasan T
Friends, I have a AWS instance where I have installed 20 rails applications. It took much time to setup by installing various dependencies. Base os is ubuntu 14.04 Now, we need the same setup in a physical server. we will need to setup multiple servers with the same applications. Is there any wa