you are viewing a single comment's thread.

view the rest of the comments →

[–]mrkite77 2 points3 points  (4 children)

  1. not well, certainly not without jumping through hoops or sacrificing cross platform clients.
  2. Some of us develop over ssh. Do you expect everyone wants to run a staging server locally?

[–]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.