A series of activities that makes a program available for use (usually in test or production environments)
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-mergingI 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 odacI want to generate a unique .exe file to execute the app or a .msi to install the application. How …
windows deployment desktop-application electronWhat would be the best logical way of configuring 2012 SSIS project using the Project Deployment Model? Consider a scenario of …
deployment ssis sql-server-2012I get this WARNING when I try to build my maven project. I have searched google but with no luck. …
java maven spring-mvc deployment warI have put a library that my team uses into a nuget package that is deployed from TeamCity into a …
c# deployment teamcity nuget symbol-serverHow to configure maven project to deploy both snapshot and releases to Nexus? <distributionManagement> <repository> <…
maven deployment nexusIn my team, we use Gitlab as a remote repository, so we are looking for a solution to auto deploy …
git heroku deployment gitlab continuous-deploymentI use Octopus for our deployments. I have a problem with one of the Powershell scripts to control the deployment: # …
powershell deployment octopus-deployCan someone help me to move my Symfony 2 application into production mode? Currently, the application is running properly in /app_…
deployment symfony production-environment