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

Tomcat Deploying old jars from shared\lib

I am using tomcat\shared\lib for storing jars of my application. When i put new jars the new changes are not getting loaded . It seems new jars are not getting redeployed. Application is showing old jars functionality. Thanks, Bhupendra K.
user89749
  • 101
0
votes
1 answer

Using WDS with Skiprearm

I have a Windows 7 image I created using WDS that works great. However I'd like to put this image on a PC, run updates and add some software, and then capture it again for use in the future. I can deploy the image to a machine without a problem,…
ItsPronounced
  • 634
  • 4
  • 18
  • 40
0
votes
3 answers

Windows 7 deployment virtual disks?

What is the best way to deploy windows 7 without buying 3rd party applications? Is there any way to do it with virtual disks? I want to create a base install with application configurations etc and somehow copy that disk to other machines? But it…
0x8032
  • 1
  • 1
0
votes
3 answers

WDS Error: A connection to the deployment share could not be made

We currently have a WDS server that we use for imaging both Windows XP and Windows 7 machines. We use MDT 2010 to add drivers to the WIM files. It works for all of our existing hardware, but we recently got in some Dell E6420 machines that we can't…
Andy May
  • 919
  • 11
  • 16
0
votes
1 answer

Pre/Post deploy script to change file ownership?

We are running CentOS 5.6 on a dedicated server. I am planning on deploying our Magento store changes using BeanstalkApp (www.beanstalkapp.com) which offers pre and post deploy hooks. My username for the server is (in this example) USER123 but the…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
0
votes
1 answer

Deploy app from github without 2 repos?

I have an Amazon EC2 instance with a bare git repository containing my app. I've setup a post-receive hook that does a git checkout -f into my www. To push to this repo I've setup a remote in my local repository so I can run git push dev and…
Skawful
  • 101
0
votes
2 answers

Apache + mod_wsgi: seem to be getting a 403 server error

Hello I had to recently reinstall mod_wsgi today (As our Red Hat server was curupted again). Something funny happed while deployiing with Django. I kept on getting page 403 errors You do not have permission to access /mmc on this server error. My…
Shehzad009
  • 147
  • 1
  • 2
  • 6
0
votes
2 answers

How to Deploy Web Application in an A/B Testing Mode

I'm looking for ideas as to how to deploy a web application and seamlessly siphon off a certain percentage of users to the new application while still sending the rest of the users to the old application. What I'm looking for is similar to how…
Josh
  • 1
  • 1
0
votes
2 answers

Are there performance issues with running a TFS app tier in a virtual machine?

We are considering a virtual machine for the app tier in a dual server TFS deployment as it will not be performing heavy IO. Does anyone have any good or bad experiences to share using this approach (specifically around performance)? Found some…
Luke
  • 2,103
  • 7
  • 27
  • 30
0
votes
2 answers

Create App_Data and register Excel application on ASP.NET deployment? (IIS7.5)

I am deploying an ASP.NET MVC3 application in IIS7. I already deployed other applications but they never made use of the App_Data folder or any additional component such as the Interop library. I used the one click deployement and I sue the default…
CiccioMiami
  • 209
  • 1
  • 3
  • 14
0
votes
1 answer

Microsoft Deployment Toolkit - Windows.old

I am starting to implement Microsoft Deployment Toolkit along with Windows Deployment Services to install Windows 7 and Windows Vista over the network, including applications. We are a PC repair shop so this will save time having to select the…
user44923
0
votes
2 answers

Best way to merge MySQL databases and Wordpress files in a cross-platform dev. environment

SETUP Development server (testing environment): Windows 7 with XAMPP, Visual SVN Server and Trac Live server (staging and live environments): Amazon EC2 with Ubuntu 10, Apache, PHP, MySQL and VNCServer Developer machine: Putty, TortoiseSVN, TightVNC…
Joan
0
votes
3 answers

Best strategy to deploy distributed application on nodes

this is a general question about deploying and maintaining nodes. I am not a sysadmin. I am considering the following 'naive' strategy: Pick a linux flavor and stick to it. Create an image with my linux flavor. Install my application, scripts and…
Jérôme Verstrynge
  • 4,787
  • 7
  • 24
  • 35
0
votes
3 answers

Why is Linux Package Management So Complicated?

On Windows, simple programs can often be installed by unzipping a zip file into an arbitrary directory. IMHO this is a great example of keeping things simple. For example, it allows installing simple programs without root access. Why are so few…
dsimcha
  • 681
  • 1
  • 7
  • 12
0
votes
1 answer

database file storing security issue

One of clients of company i work in decided he wants to store files inside SQL (most probably mySQL) database. As far as i know it is possible, just by storing binary or contains of file inside. But thats not the question. The main schema would be…
JackLeo
  • 258
  • 2
  • 11