Tagged Questions

0
votes
1answer
37 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 …
2
votes
3answers
69 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 applicat …
4
votes
3answers
117 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 freque …
0
votes
2answers
71 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 …
4
votes
1answer
208 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 i …
1
vote
4answers
224 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 n …
1
vote
1answer
95 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 …
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 v …
7
votes
6answers
412 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 depend …
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 appli …
3
votes
5answers
526 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 m …
1
vote
2answers
359 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 procedu …
0
votes
1answer
355 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
278 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 …
0
votes
2answers
294 views

How do I copy built artifact to a directory on remote Windows server in maven deploy phase?

Hello, could someone provide working example (full maven plugin configuration) how to copy built jar file to a specific server(s) at the time of deploy phase? I have tried to loo …

1 2 next
15 30 50 per page