Tagged Questions

0
votes
1answer
44 views

Automatic Deployment to Multiple Production Environments

I want to update an ASP .NET web application (including web.config file changes and database scripts) to multiple production environments - ideally with the click of a button. I do not have direct …
2
votes
3answers
86 views

How to test JBoss deployment automatically?

I have jboss application. And want to test deployment automatically. And want to add this task as a project in Hudson My vision is based on the following stages: Put my application to JBoss(copy …
4
votes
1answer
225 views

Activate a virtualenv via fabric as deploy user

I want to run my fabric script locally, which will in turn, log into my server, switch user to deploy, activate the projects .virtualenv, which will change dir to the project and issue a git pull. …
4
votes
3answers
119 views

What tool should I use to automate my deployment of my ASP.NET MVC application?

I've written a site for my summer internship using ASP.NET MVC. The progress is going well but one thing I have found painful is deployments. Particularly, because we have frequent deployments and …
0
votes
2answers
75 views

Deploying a website to Production From Team Build Server

I have a team foundation server with build server, when I run a build it deploys to a website on that box. However I also want to do the same on Production which is a server on an external network and …
1
vote
4answers
229 views

Upgrade an existing application to include ClickOnce

Is it possible to introduce ClickOnce functionality to an existing application? The scenario is: Version 1.0 is already installed on client premises. I would like to send them a new setup package …
1
vote
1answer
99 views

Questions about default deploy Task in Capistrano for PHP project and config.php

Hello All, I'm having a full day understanding the use of Capistarno. Is really a nice tool that will save me lots of time. I'm actually wanting to use it to deploy one of my many php apps :) If I …
4
votes
10answers
1k views

How to programatically change a project’s product version?

Here is my problem: I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project's product version and product …
7
votes
6answers
421 views

Tool (or combination of tools) for reproducible environments in Python

I used to be a java developer and we used tools like ant or maven to manage our development/testing/UAT environments in a standardized way. This allowed us to handle library dependencies, setting OS …
0
votes
3answers
3k views

Can system Environment Variables be set via Windows Logon Scripts?

I have an MSI-packaged application that is being deployed via Group Policy Objects (GPO) from a Windows 2003 Domain Server to all the XP client machines in the network. This application reads two …
3
votes
5answers
540 views

Automatic Deployment Resources

I know enough to know that we need to get our application to deploy with a single user action. However, I don't know: What are some good tools to use in a .NET shop? How do you manage config changes …
1
vote
2answers
367 views

What are good code deployment strategies?

I am working on a Django project. And our team follows agile practices(TDD,very short launch times etc..) When it comes to deployment stage of a feature, we follow manual procedures to get the code …
0
votes
1answer
373 views

Recommend a Phing tutorial?

I've seen a few tutorials about Phing out there, but does anyone have a really good recommendation for one. It definitely looks like a handy tool.
0
votes
1answer
283 views

ASP.NET Automated deployment to remote ftp server

Does anyone know any good solutions for automated deployment to a remote server using SFTP? I am specifically trying to deploy an asp.net mvc website to mosso. I can do it manually every time using an …
0
votes
2answers
956 views

Automated MSI installation

What is the best way to automatically install an MSI file or installer .exe? We want to do some automated testing from our build system on the installed copy of the product. Our installer has the …

1 2 next
15 30 50 per page