Top "Dev-to-production" questions

Use this tag for questions pertaining to the process of moving code and data from a development environment to a production environment.

Git production/staging server workflow

Currently my website (production server) already have a lot of code in it. And now I want to start using …

git production staging dev-to-production
Running a Rails site: development vs production

I'm learning Ruby on Rails. At the moment I'm just running my site locally with rails server in the OS …

ruby-on-rails dev-to-production
Optimal workflow for Local / Staging / Production server stack + Git

I am looking to incorporate a web development workflow that allows me to do the following: Develop / Test locally mimics …

git workflow development-environment staging dev-to-production
How do I push different branches to different heroku apps?

I've been working on a web-app that gets pushed to heroku. The source is hosted on GitHub. So git push …

git heroku git-branch staging dev-to-production
Symfony2: access same route in production as development

I'm developing a little application using Symfony2. I can access all routes with no problems in my dev environment: http://…

symfony production-environment production dev-to-production
Laravel 5.4 - Session store not set on request

On my Laravel 5.4 production server, I forgot to run the php artisan config:cache command after I implemented a multi …

laravel session kernel dev-to-production
.NET MVC Error 500 when publishing to production server

My MVC website is working perfectly on my debug machine when I press F5 in Visual Web Developper Express 2010. I've …

asp.net-mvc dev-to-production
What is a good way to set up a dev, staging and production workflow with wordpress

Wordpress presents some challenges since it tends to keep too much in the database, making it hard to move from …

wordpress staging dev-to-production