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
4
votes
1 answer

Using sudo in a Git hook to set permissions after deploy

I run a few sites on Ubuntu and I'm setting up a new deploy worflow as follows (the example uses the staging environment): On my dev machine, I do git push staging which pushes to a bare repository and triggers the post-receive hook, which do these…
Schrute
  • 181
  • 1
  • 3
4
votes
4 answers

Automatic deployment with SVN on Windows?

We're running VisualSVN server on windows. In short, what techniques are there to automatic deploy changed files to a staging server after committing? I know there's something like SVN hooks, and while there are lots of useful hook scripts or…
Sander Versluys
  • 911
  • 1
  • 10
  • 12
4
votes
1 answer

How to get remote server facts on ansible

I have playbook where i setup web-servers. And in this playbook i want to know local-network ip address of db server. All this servers i have in inventory file. How i can do it? I tried to use hostvars, but they have only local server facts.
Falcon
  • 213
  • 3
  • 7
4
votes
2 answers

Which Linux distro should I use for Apache, mod_wsgi, Python, Django, PostgreSQL deployment?

Currently we are running CentOS for our production servers. Wer're deploying Django projects with Apache 2.2, mod_wsgi and PostgreSQL. We are in the process of making Python 2.5 the default version. However, this version is not in the standard…
Bram
  • 51
  • 3
4
votes
6 answers

Troubleshooting Application Evaluations in SCCM2012

I am running into an interesting issue with some applications not evaluating properly in SCCM 2012. The example software I have is Adobe reader 11. When I install using an MSI deployment through software center, everything works great. The problem…
Doltknuckle
  • 1,254
  • 7
  • 25
  • 32
4
votes
1 answer

How to troubleshoot Application install during SCCM 2012 OS deployment?

When installing an Application (as opposed to a Package/Program) during an OS deployment task sequence the only thing that seems to get written to the smsts.log if an install fails is that the application install failed, (normally with the seemingly…
GAThrawn
  • 2,434
  • 3
  • 20
  • 38
4
votes
2 answers

Deploying Openstack without internet access

I have about a dozen rather beefy machines on a separate network. This network is not (will not be, cannot be) connected to the internet. I'd like to deploy Openstack on them so that they can be used as a sort of internal cloud hosting solution.…
user181241
  • 57
  • 2
4
votes
1 answer

Nginx doesn't follow symlink properly

I'm trying to automate my deployment process and I'm having this strange issue. Every new version of my web app is placed in /var/www/releases/{timestamp}. After I execute git clone into that directory I make a symlink to /var/www/current. Then I…
user1630391
  • 143
  • 1
  • 1
  • 4
4
votes
1 answer

Two application pools or root virtual directories under one site

This might sound like a very dumb question, so let me first say what I want to achieve and then proceed to my question on how I'd envision something like this working. I am trying to achieve completely seamless deploys of our web application to IIS…
Ruslan
  • 243
  • 1
  • 6
4
votes
3 answers

Know (at a glance) your Mac client is up-to-date

We have over a thousand Mac clients, and occassionally issue changes that affect many or all of them (such as installing new software, creating local user accounts, or applying updates). I want to know what methods you use to know that your clients…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
4
votes
2 answers

Shared files folder in Amazon Elastic Beanstalk environment

I'm working on a Drupal application, which is planned to be hosted in Amazon Elastic Beanstalk environment. Basically, Elastic Beanstalk enables the application to scale automatically by starting additional web server instances based on predefined…
por
  • 750
  • 6
  • 8
4
votes
2 answers

Deploy to JBoss 7 using Hudson Deploy plugin

I have 2 machines where one of them contains the Hudson CI and other JBoss 7 AS. In Hudson, I have installed "Deploy Plugin", created new job and filled required JBoss manager user connection fields. When I run the job, the project successfully…
Uluk Biy
  • 141
  • 1
  • 4
4
votes
3 answers

Multiple installers attached to a single GPO?

Can more than one installer (msi, mst) be linked to a GPO to deploy multiple packages at once?
Citizen Chin
  • 532
  • 2
  • 12
  • 21
4
votes
2 answers

What is the best way to clone Win7 machines?

I'm looking to buy 5 new Win7 boxes and would like to ease deployment by cloning the OS. What I would like to do is install a fresh OS (Dell doesn't seem to sell machines without preinstalled crapware anymore) and then install a few apps on the…
John Hoge
  • 619
  • 3
  • 7
  • 14
4
votes
2 answers

Can Fabric be used for auto-deploying from GitHub?

Can I use Fabric to automatically deploy an app on my server every time I push the code to GitHub? (GitHub has the ability to POST to a URL every time I push.) If so, how?
Ram Rachum
  • 5,231
  • 7
  • 34
  • 46