TFS non-chronological deployment?
We have the following scenario:
Release Management versions control?
We recently experienced a deployment issue where it turned out that the version objects were not in sync in one of the environments.
Deploying a very simple application
I have a very simple working console application written in C++ linked with a light static library. It is just for testing purposes. Now that the coding part is done, I would like to know the process of actually deploying the program. I wrote a very basic CMakeLists.txt that create makefiles or VS projects to build the sources. I also have a program that calls the static library in order to make some google tests.
Generating CMakeLists.txt [closed]
Makefiles (*nix) and .vcproj (Windows) call compilers with some specifications such as the order of compilation, compilation options and stuff.
How to deploy a single website to multiple physical servers?
Edit: I asked this question 3 or 4 years ago when I was new to web-development, the question looks a bit stupid to me today. I wanted to create a server setup of my own without relying on other hosting providers.
I wanted to delete this question, but it have some nice answers, so I’m leaving it.
When do I need to use Session Replication?
I am working on a number of web projects for a firm. Most of the projects are about one or two pages of input and then doing a save to a MySQL database. My system administrators are pushing to try to get session replication working in JBoss, but I don’t really see any need for it and all of its overhead. We need load balancing and clustering so if the server does go down we can move the new requests to the backup server, but I am not to big in session replication.
How to maintain lots of different variations for deployment, using Git for development
Although there are many similar questions here regarding using GIT for maintaining different versions, none seem to answer my specific case.
How can I build a C# project (installer) for multiple environments
I would like to propose a solution to our companies problem with building consistent installers for different environments. Our current process is to build an installer for test, perform testing, update app config, build installer for production.
Application deployment with Puppet
I’ve been researching puppet lately, and I think it could be useful to integrate into my deployment pipeline.
Streamlining ASP.Net MVC deployment? [closed]
Closed 11 years ago.