Suggestions to improve small team workflow (CI / Deployment)
I’d like to improve my team’s workflow and architecture.
Forcing ExtJS application updates after deployment
I work on an ExtJS application with a Django backend, and we keep running into issues when we push new code. Our users seldom refresh their browsers, so after a code push we end up with users using the same (now outdated) version of our ExtJS application for days at a time instead of the new, updated version.
how to convince team and project manager that post-launch deployments are okay for new features
We have a site that launched and is “feature-complete”, we’ve done all that the client has asked for and fixed a few bugs post-launch. However, I noticed that our site’s home page is using 100 SQL queries, and there’s no caching. I took half a day to add caching and did it in a branch.
Jenkins to automate deployment of ASP.NET applications
Is there any possibility to automate/semi-automate deployments of ASP.NET web applications using Jenkins. It can be under controlled or uncontrolled environments, for uncontrolled user needs to enter userid and password. I am looking out for ways to copy the files from target to destination and run sql scripts in web farm scenario.
Do Windows Installers for internal business applications make sense?
I’m trying to build a general understanding for what’s common in this situation so that I can decide if it makes sense to pursue it further.
Issue deploying Asp.Net MVC 4 website to Azure [closed]
Closed 11 years ago.
Issue deploying Asp.Net MVC 4 website to Azure [closed]
Closed 11 years ago.
Why isn’t there a private deployment option for the .NET framework? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
In which cases build artifacts will be different in different environments
We are working on automation of deployment using Jenkins. We have different environments – DEV, UAT, PROD. In SVN, we are tagging each release and placing same binaries in DEV, UAT, PROD. The artifacts already contains config files w.r.t each environment but I am not understanding why we are storing binaries in environment folder again. Are there any scenarios where deployment might be different for different environments.
Are there any benefits to removing unused script files in a web site/project?
VS Web sites/projects come loaded with several .js files, most of which I don’t use (e.g., I use a CDN for newer versions of jQuery and jQuery-UI). I know it’s safe to remove these unneeded .js files from my projects, but is there any benefit from doing so? Are they deployed to the web server if left alone?