How do I remotely deploy a software package on Linux system?

Posted by David MZ on Server Fault See other posts from Server Fault or by David MZ
Published on 2012-03-25T16:28:29Z Indexed on 2012/03/25 17:31 UTC
Read the original article Hit count: 242

I have a software package I wrote in Mono and I want to be able to deploy it to Ubuntu server as part of my move to continuous integration and deployment work flow.

I was wondering if there is a tool to help me do that, some of the tasks I will need is

  1. Register a new domain/hostname with linux
  2. Install packaegs using apt-et
  3. Copy files
  4. Run some bash scripts

What are the solutions to streamline this process to automate, I understand that is more then one answer to this, I would love to hear all the methods pros and cons.

Thank you

© Server Fault or respective owner

Related posts about deployment

Related posts about remote-access