Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Do you have/want/need a test server? You have dev & production, but where do you do your testing? Commented Apr 5, 2013 at 15:51
  • I do the testing on my local machine (I'm the only one testing). Commented Apr 5, 2013 at 15:54
  • Been there, done that! Long term you're going to want more testing - more eyes to validate, perhaps some automated tests, etc. Probably not your first priority now, but something to think about. Commented Apr 5, 2013 at 16:00
  • 1
    What prevents devs from replicating the environment on a home machine? (@gnat is correct - you really haven't provided enough details for anyone to come up with a meaningful answer). Also, why specifically is your deployment process so painful and what parts don't you know how to fix? Commented Apr 5, 2013 at 16:03