Questions tagged [deployment]

Use this tag for questions about deployment, which is about all the activities to make (part of) a system available for use in some target environment.

Deployment is the activity of making a system or part of a system available for use in a target environment.

It is worth noting the DevOps Practice of Continuous Deployment seeks to separate release from deployment:

For most organizations releasing and deploying are the same thing while in fact, these are 2 separate things:

  • Deployment: A technical handling where a new version of the software is deployed to a specific environment
  • Release: A business handling where the customers are informed that a new version of the software is available and can be used
168 questions
9
votes
2 answers

Javascript based alternative to Fabric

Is there a similar DevOps tool to fabric with JavaScript as its scripting language? I'm specifically interested in the remote execution side. Most of the tools I've found rely on python (e.g fabric) or Ruby (e.g. Capistrano, Chef). However, in my…
Henry
  • 201
  • 1
  • 7
2
votes
1 answer

How to serve RESTful APIs?

Background: I am developing a Web application for Employee Management. I use Laravel for building a RESTful API, and (maybe) ReactJS for the frontend. My problem: I am confused on how to deploy my application. My current plan is to use the…
shintaroid
  • 121
  • 3
1
vote
1 answer

Any tools available for rollout planning / checklist

I deploy applications on servers. While the process itself is automated but there are lot of manual steps involved surrounding the automation due to various reasons. I manage the manual procedure in Excel. But this is getting cumbersome. I am…
KK99
  • 111
  • 3