Top "Deployment" questions

A series of activities that makes a program available for use (usually in test or production environments)

What's the foolproof way to tell which version(s) of .NET are installed on a production Windows Server?

This question is not so much programming related as it is deployment related. I find myself conversing a lot with …

.net windows deployment
How to specify maven's distributionManagement organisation wide?

I'm trying to figure out how to organize many (around 50+) maven2 projects, so that they can deploy into a central …

java maven deployment maven-2 nexus
What are some good SSH Servers for windows?

Trying to setup an SSH server on Windows Server 2003. What are some good ones? Preferably open source. I plan on …

windows deployment ssh winscp
How to manage local vs production settings in Django?

What is the recommended way of handling settings for local development and the production server? Some of them (like constants, …

python django deployment
repository element was not specified in the POM inside distributionManagement element or in -DaltDep loymentRepository=id::layout::url parameter

I'm having a problem while deploying and here is the error message I get: [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ …

java maven deployment pom.xml
Android Studio - local path doesn't exist

After updating Android Studio to 0.2.4 I can't get my project to deploy. There is a complete mismatch of the apk …

android deployment apk android-studio
ERROR Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies

I'm deploying my website on the server. My website is done using asp.net c# 4 and EF 4. I receive this …

c# asp.net deployment ajaxcontroltoolkit
Ant error when trying to build file, can't find tools.jar?

When I run ant it says: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\…

java deployment ant tools.jar
Git command to checkout any branch and overwrite local changes

Is there a Git command (or a short sequence of commands) that will safely and surely do the following? Get …

git deployment git-checkout
How do I run a Node.js application as its own process?

What is the best way to deploy Node.js? I have a Dreamhost VPS (that's what they call a VM), …

node.js service deployment daemon