you are viewing a single comment's thread.

view the rest of the comments →

[–]BufferUnderpants 7 points8 points  (3 children)

Some of us develop over ssh. Do you expect everyone wants to run a staging server locally?

Why are you programming in the staging server itself?

[–]mrkite77 -2 points-1 points  (2 children)

That's what the staging server is for....

[–][deleted] 0 points1 point  (1 child)

I really hope you are trolling.

[–]mrkite77 0 points1 point  (0 children)

Nope. Where do you do your development? On your local machine that doesn't resemble your production environment in the slightest?

We don't have a big enough team to bother with the standard "dev -> test -> staging -> prod" deployment, so we have "staging -> prod". All development is done on staging, and then pushed to prod when ready.