Questions tagged [deployment]

Deployment is the process or collection activities that make a system available for use.

Deployment is the process or collection activities that make a system available for use.

It can refer to hardware, software, or both and has varying levels of automation, from the completely automated "no-touch" deployments to completely manual ones. Wikipedia has a page dedicated to software deployments here.

1293 questions
0
votes
1 answer

Difference between Build Pipeline and Deployment Pipeline

If somebody could explain this in the simplest of terms I would appreciate it. I'm trying to understand the differences between the two if there are any.
jrd1989
  • 698
  • 15
  • 48
0
votes
1 answer

Vault pod going to crashLoopBackOff state on restarting

We have configured vault to run as a pod in the cluster. In the below deployment YAML file, we have included the vault initialisation and unsealing to happen when the pod comes up initially. But when the pod gets restarted, the pod is going to…
-1
votes
1 answer

Windows Server 2012 R2 printer deployment ghost printers

I have problem with printer deployment in Windows Server 2012 R2, so the problem is when deploy printer with one driver, and then change driver for that printer, i have ghost copies on computers in domain and on server only one printer. Another…
-1
votes
1 answer

Logging in to a DoD Windows Secure Host Baseline (SHB) System

I'm working on a DoD project where I'm upgrading our systems to Windows 10 and Server 2016. This project calls for a isolated network and the use of the Windows Secure Host Baseline (SHB) that the DoD provides. I get a build system setup and…
BPugh
  • 117
  • 4
-1
votes
2 answers

Is it possible to use Ansible for automated deploying after git push?

I'm very new to Ansible and the whole team of DevOps. Previously I had experience with Envoyer provided by Laravel. Now I wanted to use Ansible or similar service for handling auto-deploy task. What I mean is that I want to be able to deploy my apps…
Victor
  • 149
  • 1
  • 7
-1
votes
1 answer

Azure backup deployment failed vm agent not responsive

I was trying to setup backup on my Windows Server 2012 R2 Azure VM (A1 basic). Deployment of backup failed with "Unable to perform the operation as the VM Agent is not responsive." message from the Azure Operation Detail message. Checked the server…
NCM
  • 1
-1
votes
1 answer

Deployment to Azure using Jenkins and github

I need to deploy code from github to Azure. i have configured jobs to perform test on the script and based on the result i want to deploy those script in Azure. I need help on what jenkins plugin to us for deployment in Azure. if Plugin is not…
mebb
  • 29
  • 1
  • 4
-1
votes
1 answer

Script/Batch If Directory is a certain age then run .exe

I currently have a batch file that looks to see if a folder exists and then if it does it runs the uninstall exe within it and then installs the program with an msi. I need to alter it or just convert it to powershell so that it first checks the age…
Thomas
  • 3
  • 1
-1
votes
1 answer

amazon web service requirements for linux and windows mssql

My client is planning to host their applications on cloud. And I have been asked to suggest what all needs to be purchased. With all the names / products I am feeling lost. From my experience, these are the following thats needed for a normal…
sabkaraja
  • 101
  • 4
-1
votes
1 answer

Removing programs for specific computers

i am currently working for a company as an intern. i have been given the task to remove Java on specific computers that have already installed the program manually. this means that there's no GPO with a published MSI of this application. is it, in…
Tobias
  • 13
  • 1
-1
votes
1 answer

Deploying software on active directory

I am not sure if this is the right place to post this question but I figured since some users here are familiar with Windows Servers and Active Directories, that I might to get some information about my issue. I am developing an server cloud backup…
-1
votes
1 answer

SSL apache2 settings no pointing to rails4 app

My apache config /etc/apache2/apache2.conf is: ServerName www.bollymovi.es DocumentRoot /home/fizzy/bollyflix/production/current/public SSLEngine on SSLCertificateFile /home/app/certs/bollymovi.es.crt SSLCertificateKeyFile…
-1
votes
2 answers

website hosted outside default website is not working

I deployed my website as a separate webiste in IIS. It is an intranet website and is windows Authenticated i followed the below step created the virtual Path for the published files. Right click on Sites And select "add website". gave FSApp as…
Jayakumar
  • 101
  • 3
-1
votes
1 answer

Ansible/Chef/Puppet to manage personal VMs

Does it make sense? I know it's useful when we have many servers/virtual machines, but I wanted to use these tools to manage my personal virtual machines. I'm using virtualbox. sometimes I have to write something in Ruby, later in Python, from time…
Simon
  • 213
  • 1
  • 2
  • 4
-1
votes
2 answers

Deploying files to a remote server: what's like rsync with extra options?

Devops question from a web developer alert :) I want to copy all locally modified files over to a remote server. Now I know I can use rsync, something like: rsync -cavzu / me@remote.server:/file/path/ But I wondered whether there is a convenient…
flossfan
  • 101
  • 2