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
3 answers

How can I clone a Debian system? (ie. deploy via template)

I'm running ESXi 5.0 and have created a Debian Squeeze (6.0.5) "template" system which is just an installation of Debian slightly customized (ie. VMware Tools installed). If I clone the system (ie. deploy it to a new virtual machine) then I need to…
SofaKng
  • 389
  • 1
  • 11
  • 18
0
votes
1 answer

Can I use Web Deploy to deploy a PHP application from IIS on Windows 7?

The Web Deploy 2.0 page on iis.net states the "Web Deploy Tool also enables administrators and delegated users to use IIS Manager to deploy ASP.NET and PHP applications to an IIS 7.0 server." I'm (vaguely) familiar with using Web Deploy from Visual…
DaveO
  • 175
  • 1
  • 5
  • 16
0
votes
1 answer

Deploying an ASP.NET JSON-RPC web service on IIS 7

I've got an ASP.NET JSON-RPC web service which work well using the Visual Studio development web server. It has three dependencies: Jayrock, Log4net and a COM DLL (AcoSDK) to be able to access a C++ application. I'm trying to deploy it on IIS7 in a…
Nicolas Buduroi
  • 275
  • 3
  • 11
0
votes
1 answer

Deploying an ASP.NET web application on IIS 6.0

Possible Duplicate: Deploying an ASP.NET JSON-RPC web service on IIS 7 I've tried to deploy an ASP.NET web application manually and I'm just getting a directory listing. I've copied the published folder to "C:\intepub\wwwroot", then converted to…
Nicolas Buduroi
  • 275
  • 3
  • 11
0
votes
1 answer

Firefox packaging to include addons for network installation

While looking up information on FireFox here I came across the post: Non-IE browsers wont auto-authenticate. which showed how to handle the issue of integrated login for FireFox which also briefly explained how to edit the package to handle setting…
Chris Marisic
  • 1,424
  • 8
  • 33
  • 51
0
votes
1 answer

Update a war on Tomcat start up

I want to setup an update process for an application running on Tomcat. The server which hosts tomcat is only open during working hours (it is an intraner application for a small company). I was thinking that I could upload the new war to the server…
pater
  • 103
  • 3
0
votes
2 answers

Link order and best practices when updating a computer assigned application in Group Policy/Active Directory

Say I've assigned Adobe Reader 9.1.0 to an organizational unit. I now want to update all the PCs in that OU to 9.1.2 I've created a new package to assign to the OU and it will deploy OK. I found how to set 9.1.2 package to upgrade the 9.1.0 package…
pplrppl
  • 1,262
  • 2
  • 14
  • 23
0
votes
1 answer

Deploy Adobe Pro X GPO Issues

I am trying to deploy adobe pro x extended to clients machines. The deploy is working fine except when you launch Adobe, it asks to enter the serial number. I have used the adobe customization x wizard and generated the MSI and MST files and they…
John
  • 157
  • 3
  • 10
0
votes
1 answer

Deployment Workbench no longer available after PXE boot

Our build process revolves around windows Deployment Workbench. Unfortunately this was setup by someone who is no longer with the company, and no-one has ever dared/needed to make any changes. The other day it stopped working. It turns out that one…
Patrick
  • 1,280
  • 1
  • 15
  • 36
0
votes
1 answer

software updates/deployment across a network of servers

Interested in getting opinions for a possible project. Got a master server, where apps are created/maintained. The system will have a process where the client network will consist of 400-500 client servers (all running linux X). The process needs a…
tom smith
  • 451
  • 2
  • 6
  • 10
0
votes
1 answer

Upstart: running app from home folder

I've created two user accounts for two applications: mongod and node.js. Both of these store their data in their home folder. This keeps data "sandboxed" and prevents them from needing to be in the sudoers / admin file. However, I have read that the…
Tom
  • 611
  • 2
  • 8
  • 15
0
votes
1 answer

Thin Client Environments - Where to Start

I'm new to the Thin Client / VDI concept but it seems like my environment might be a good candidate for converting. Currently we run Windows 7, so I would like to investigate a TS/VDI solution with minimal change to our typical business applications…
fotag
  • 105
  • 6
0
votes
1 answer

How do I deploy a public git repo to a hosted solution via command line?

I am using a personal project as practice for some of the more advanced things we're doing at work. One of the things I want to learn to do is to publish a project managed in a public git repo directly to a sub-domain on my server. Ideally, I'd like…
Code Junkie
  • 125
  • 1
  • 4
0
votes
1 answer

.net application deployment

I have multiple web applications. I am wondering if I should put them in one virtual server or put them in serveral separate servers meaning one application on one virtual server. What is the better practice?
cindy
  • 1
0
votes
1 answer

Deploying applications inside virtual machines (VMWare, XEN)

I was wondering if there is a way to remotely deploy custom software inside one (or multiple) virtual machine(s) by using API calls. The question is valid for both VMWare based and Xen based solutions. Something similar to the way VMWare Tools (or…
hpuiu
  • 3
  • 1