staging Questions

1

Solved

It is my understanding that the (legitimate) purpose for a staging server is for testing the deployment process, rather than your code's acceptance or function. However, I almost never find people ...
Scale asked 29/10, 2012 at 18:27

5

Solved

I have an application that I am just migrating to Azure. Currently I use web.config transformation to manage changing the database connecting string dev/staging/prod environments. How is it best to...

1

Solved

I thought I'd do a simple yet potentially very useful thing, and create another symlink called live, that points to an arbitrary release, and leave current at the head where it usually is: 2012051...
Pannonia asked 21/5, 2012 at 4:17

2

Solved

I'm running two apps on Heroku, one being myapp-production and the other one being myapp-staging. For some reason however, the staging app uses the production environment configuration rather than...
Ustkamenogorsk asked 6/5, 2012 at 19:18

1

Solved

What are thoughts around creating a staging environment for my app or should i create a second app on heroku for staging? Which one is better, or preferred? Thanks.
Brittaniebrittany asked 4/5, 2012 at 20:43

2

I came across this behavior and was wondering if anyone else had seen it. I have a workaround so it's not a show-stopper. I created a new app on Heroku with a Cedar stack. When demonstrating multi...
Chronoscope asked 7/8, 2011 at 20:42

2

Solved

I'm just learning git and its basic fundamentals. I've got a live Magento store running and need to version control it asap. I've got git loaded on my work machine and have played around with setti...
Antoniettaantonin asked 18/1, 2012 at 20:42

4

Solved

I cloned a repo using its GitHub read-only URL onto my team's staging server. I made some changes there to the config files. I'd like to change the repo clone on the server to be read-write, so t...
Spoofery asked 17/8, 2010 at 0:44

1

Let's assume that i have a single javascript file that I have handed out to a lot of my clients, similar to GA's *ga.js, and this file is getting loaded high enough number of times that I have to h...
Lightness asked 9/11, 2011 at 0:23

2

Solved

I just created a big piece of code I want to commit in several separate commits. So I can stage relevant parts, commit, stage, commit, ... and so on until I have all my changes commited. The missi...
Westphal asked 17/4, 2010 at 14:53

4

Solved

What do I change to switch from production to staging.. etc.. and where.. Bootstrap ? Also, Curious if anyone has configured their Zend Framework to automatically switch from production, staging, ...
Sudatory asked 24/3, 2010 at 18:52

2

Solved

Recently I've started using limited staging on my Google App Engine project. The data is still shared between all versions, but behaviour (especially user facing behaviour) is different. Naturally...
Brooklime asked 6/2, 2011 at 14:32

2

I am somewhat new to Git only and I have only used it for basic projects with simple setups. Now I am struggling to wrap my head around a more complex setup. I have been up all night Googling but I...
Ebb asked 22/4, 2011 at 7:42

2

Solved

I've got some files/folders that just wont leave the Git staging area? # On branch master # Changed but not updated: # (use "git add <file>..." to update what will be committed) # (use "git ...
Floriated asked 3/3, 2011 at 20:49

1

Solved

My development team are offshore. Currently they upload all work to a test website however it is exposed to the internet if someone actually knew the test URL. So I want to setup a staging enviornm...
Tharpe asked 31/12, 2010 at 21:40

2

Solved

Currently my website (production server) already have a lot of code in it. And now I want to start using Git for my projects and setup a staging server for my team. Can anybody give me any advise? ...
Alisonalissa asked 2/10, 2010 at 4:18

7

Solved

I'm trying to create a staging branch on Heroku, but there's something I don't quite get. Assuming I've already created a heroku app and setup the remote to point to staging-remote, If I do: git...
Uziel asked 8/3, 2010 at 12:32

5

I really don't like the git staging area, it just makes my life unnecessarily confusing. Is it possible to disable it so that all edited and new files are in a single context? So that git diff sho...
Glossotomy asked 30/9, 2010 at 20:35

4

Wordpress presents some challenges since it tends to keep too much in the database, making it hard to move from server to server. What are some other issues to look out for? What was your workflo...
Auschwitz asked 4/6, 2010 at 3:15

6

I have an ASP.NET project that has the following directories \ads \photos both these folders have thousands of files in them that get updated frequently. I currently have my IIS set up like \i...
Bipod asked 22/12, 2009 at 3:52

5

Solved

I'd like to set up a staging server for a Rails app. I use git & github, Cap, and have a VPS with Apache/Passenger. I'm curious as to the best practices for a staging setup, as far as bot...
Uturn asked 19/2, 2009 at 14:51

2

Solved

I'm about to deploy to production a fairly complex site and for the first time need a staging environment where I can test things in a more realistic environment, especially with regard to some ext...
Bogus asked 19/5, 2010 at 4:3

4

Solved

In our company we have staging and production servers. I'm trying to have them in state 1:1 after latest release. We've got web application running on several host and many instances of it. The is...
Psychopathology asked 6/3, 2010 at 7:0

6

Solved

I'm relatively inexperienced when it comes to Unit Testing/Automated Testing, so pardon the question if it doesn't make any sense. The current code base I'm working on is so tightly coupled that I...
Pilar asked 15/7, 2009 at 3:40

3

Solved

I've been dipping my toe into web development technologies for fun (ya, i should get out more), and am a little shocked at the lack of clear support for production staging (i.e. development, testin...
Comstock asked 8/10, 2009 at 4:10

© 2022 - 2024 — McMap. All rights reserved.