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

Deploying a custom eclipse package

I'm planning to deploy eclipse to approximation 30 workstations running Ubuntu and would like to avoid a long list of settings/downloads that everyone needs to go through before they can start working. The type of things I want to do: Install…
Mr Shark
  • 346
  • 3
  • 10
0
votes
1 answer

.Net application deployment under Terminal Services (win svr 2008 R2)

I just wanted to see if its possible or even Necessary to use application deployment for a .Net application under terminal server. im aware that applications are installed on the server and the users then run them in this fashion, however the…
0
votes
2 answers

Group Policy: Assigning and Publishing Software Packages

If you link a GPO to an OU that is designed to push out say, Excel 2007, and half of the computers in that OU already have that software installed, will the GPO be smart enough to notice, or will it force the install to all computers in the OU…
Citizen Chin
  • 532
  • 2
  • 12
  • 21
0
votes
2 answers

Can url-rewriting be used for zero-downtime deployment of PHP on IIS?

I've seen this: Zero downtime uploads / Rollback in IIS, but for a small site, ARR seems like overkill. I'm wondering if it'd work to have a web.config like this
Chuck
  • 3
  • 1
0
votes
1 answer

WSUS putting Internet Explorer 9 update into "Optional updates."

I can't seem to find anyone else with this issue, but I'm deploying Internet Explorer 9 via WSUS to my clients. Some of them accept it and install it as a normal update but randomly others get it in the "optional updates" section and never install…
0
votes
3 answers

capturing and deploying windows images via pxe

Are there any good tutorials on how to capture and deploy (via PXE) Windows XP images? I'm studying on this subject and I'd like to know what is needed and how to do it.
Sander
  • 227
  • 3
  • 14
0
votes
3 answers

Am I allowed to add RDC to a WinPE boot Image?

Possible Duplicate: Can you help me with my software licensing question? I am trying to emulate what a user has suggested here: Use WDS to provide a WinPE image (that contains a RDC client) over PXE. While I have a working PXE WDS Server with a…
tombull89
  • 2,964
  • 8
  • 41
  • 52
0
votes
1 answer

Can I simulate a storage device in a VM to test OS image driver compatability?

Greetings, I'm trying to automate the testing of driver support in a library of OS images used for automated deployment in a data center environment. In most cases, I see people standardize on a few OSs and a few server hardware models, which makes…
Chris Sears
  • 363
  • 1
  • 2
  • 7
0
votes
1 answer

Tomcat Web Application Manager - "FAIL - File upload failed, no file" error when uploading WAR file to deploy

I'm using Tomcat 7.0.5 (installed with XAMPP 1.7.4) on a Windows XP (virtual machine, if it matters) with JVM version 1.6.0_27-b07. When I try to upload a WAR file to deploy in Tomcat Web Application Manager ("Select WAR file to upload"), I get the…
Sk8erPeter
  • 199
  • 1
  • 2
  • 15
0
votes
1 answer

Is it possible to install a windows service that requires a password with SCCM?

Is it possible to do an unattended installed of a windows service that requires a password with SCCM? It would be nice if SCCM could run a package as a service account. That way the package could read the password from a file encrypted with that…
Simon
  • 123
  • 7
0
votes
1 answer

How to deploy vmview from a single esx server

I am beginner in vmware and virualization and need some assistance. I have a good web server with 22 GB Ram memory and I need to deploy vmware view from this single host if it is possible. I need some guidance how to make this, shall I use vmware…
0
votes
3 answers

Unable to Deploy Application Using Active Directory and GPO

I'm unable to deploy an application using Active Directory and GPO, and I can't figure out why the deployment is not taking place. Below are the steps I took; does anyone know what is or could be preventing the deployment? Created an msi package…
akin1
  • 1
0
votes
2 answers

Robocopy website deployment script log file name truncated in AM

This is an IIS website deployment script I started to write. It moves files from directory A to directory B and creates a log file with the date/time as the file name. When it's run in the AM hours, the time part of the log file name gets…
JustBeingHelpful
  • 1,964
  • 7
  • 37
  • 53
0
votes
3 answers

Can someone help me find concise and complete instructions for WDS?

I've gotten it to work once for a smaller deployment. Now I'm building a new image (Windows 7 Pro x86) to capture but I can't get it to work again because I think the instructions I use aren't really precise and clear (I'm using this), while…
ItsPronounced
  • 634
  • 4
  • 18
  • 40
0
votes
1 answer

Hosting for a Ruby on Rails application

I am a Ruby on Rails developer and I am planning to purchase an hosting space in order to publish my web application (I'm developing a small Social Network). This is my first time that I try to deploy a Ruby on Rails application, so I am not expert…
Backo
  • 101