Questions tagged [automated-deploy]

Automated code deployment to multiple servers.

126 questions
8
votes
3 answers

Does Continuous/Automated Deployment make any sense for desktop applications?

I'm currently starting reading the book Continuos Delivery by Humble/Farley and while a lot of stuff in there makes sense, there one thing that's nagging me: It does seem the authors are solely targeting server-based (single-client?) applications…
8
votes
3 answers

PHP Automated Deployment and Testing

I asked a question here on automated deployment of automatically deploying java code. Our back-end Java API is accessed by a PHP web app. It would be nice to be able to automatically deploy this web app (along with static files like CSS, JS and…
christophmccann
  • 4,181
  • 7
  • 42
  • 66
7
votes
3 answers

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 environment variables for its configuration (which…
7
votes
5 answers

deployment tools under .NET solutions

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... my question is simple, in my opinion that is, now that I…
balexandre
  • 73,608
  • 45
  • 233
  • 342
7
votes
6 answers

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 for each of your environments? Can someone point…
7
votes
2 answers

using msbuild to create a sql database

Is there a good tutorial for Creating a database using msbuild? jean paul boodhoo does it using nant in this post. he sets properties to be used in an nant build file
eiu165
  • 6,101
  • 10
  • 41
  • 59
6
votes
1 answer

TeamCity: Managing deployment dependencies for acceptance tests?

I'm trying to configure a set of build configurations in TeamCity 6 and am trying to model a specific requirement in the cleanest possible manner way enabled by TeamCity. I have a set of acceptance tests (around 4-8 suites of tests grouped by the…
Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249
6
votes
3 answers

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 ears, configs, libs e.t.c) Run JBoss I have a…
Max
  • 2,293
  • 5
  • 32
  • 48
5
votes
1 answer

Deploy with Jenkins to VPN

My general goal is to automate deployment to a server in a VPN. Currently the VPNs are Cisco AnyConnect and Barracuda, but a more universal solution would be nice. I thought about using Jenkins, but the only relevant resource that I found is this…
youreyecheek
  • 155
  • 2
  • 10
5
votes
1 answer

TeamCity Octopus Deploy Create Release cannot read API key

I am using TeamCity for automated testing and now I want to automate my deployments with the Octopus plugin. As of now I can create releases from the octopus server using my TeamCity packages manually but I want to automate it with my builds and…
5
votes
3 answers

TeamCity SVN Commit Message

I'm using automated deployments with TeamCity and Octopus Deploy. Each build is triggered by a commit to the SVN Repository. I'd like to use the commit message, eg "Made some small changes to the layout page" to be used as the release notes on the…
Paul
  • 3,072
  • 6
  • 37
  • 58
5
votes
4 answers

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 I've been doing them by hand. I'm looking for sort…
mmcdole
  • 91,488
  • 60
  • 186
  • 222
4
votes
1 answer

Installing an Android update - "Application Not Installed" error

I have recently made a change to an existing app and we would like to push out the changes to our users as a downloadable update. The application recognizes that there is an update, and downloads the file. After the download, we can click on the…
jakewp11
  • 450
  • 4
  • 11
4
votes
0 answers

Windows Mobile 6.1 Automated Application Web Deployment

I am working on deploying an application to a mass of windows mobile 6.1 devices and I need to come up with an automated-as-possible solution. I need to do the following tasks: 1. Install an application CAB file to the devices (contains within it a…
David Sulpy
  • 2,277
  • 2
  • 19
  • 22
4
votes
2 answers

Auto-deploy a war file on local JBoss instance after package phase with Maven

When I build my project, I run this command : mvn clean package I'd like the resulting jar file built in the default target directory, during the package phase, be copied in another directory. How can I do this with Maven?
Stephan
  • 41,764
  • 65
  • 238
  • 329
1
2
3
8 9