Tagged Questions

6
votes
1answer
44 views

Perl or Lua alternative to Capistrano?

For a number of web-applications I need something like Capistrano to automate deployment. I know Capistrano can be used to deploy non-ruby applications but I'm not familiar with Ruby, so I expect …
0
votes
1answer
47 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 …
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 …
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 …
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. …
1
vote
1answer
100 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 …
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 …
0
votes
1answer
374 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.
1
vote
2answers
369 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
284 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
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 …
7
votes
6answers
423 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 …
2
votes
4answers
402 views

deployment tools under .NET solutions

Hi guys, We all do code, small (like one .exe) or big applications (complete solutions) with web applications, windows applications, databases, help files, configuration files and registry values... …
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 …

1 2 next
15 30 50 per page