Top "Deployment" questions

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

How do you maintain development code and production code?

What are the best practices and rules-of-thumb to follow while maintaining code? Is it good practice to have only the …

deployment version-control continuous-integration project-management branching-and-merging
How can I deploy a .NET application that uses ODAC without installing the whole component to the user?

I have written a C# application that connects to an Oracle 10g database. Using Oracle Data Access Component 11.2 "ODAC", it …

c# .net oracle deployment odac
How to deploy an Electron app as an executable or installable in Windows?

I want to generate a unique .exe file to execute the app or a .msi to install the application. How …

windows deployment desktop-application electron
How to configure SSIS 2012 project to run under different environment configurations?

What would be the best logical way of configuring 2012 SSIS project using the Project Deployment Model? Consider a scenario of …

deployment ssis sql-server-2012
WARNING The requested profile "projectname" could not be activated because it does not exist

I get this WARNING when I try to build my maven project. I have searched google but with no luck. …

java maven spring-mvc deployment war
How to debug into my nuget package deployed from TeamCity?

I have put a library that my team uses into a nuget package that is deployed from TeamCity into a …

c# deployment teamcity nuget symbol-server
How to configure maven project to deploy both snapshot and releases to Nexus?

How to configure maven project to deploy both snapshot and releases to Nexus? <distributionManagement> <repository> <…

maven deployment nexus
How to deploy to Heroku directly from my Gitlab repository

In my team, we use Gitlab as a remote repository, so we are looking for a solution to auto deploy …

git heroku deployment gitlab continuous-deployment
Powershell in NonInteractive mode

I use Octopus for our deployments. I have a problem with one of the Powershell scripts to control the deployment: # …

powershell deployment octopus-deploy
Moving app to production mode in Symfony 2

Can someone help me to move my Symfony 2 application into production mode? Currently, the application is running properly in /app_…

deployment symfony production-environment