ballhogjoni Posted January 7, 2014 Share Posted January 7, 2014 do you work on a local machine or a virtual machine hosted externally? My company does the external thing and I can't stand it. Other devs have access to it and can screw up your changes. Local is best because you are the only one access unless you explicitly give others access. Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/ Share on other sites More sharing options...
requinix Posted January 7, 2014 Share Posted January 7, 2014 If you have to worry about other devs mucking around with your workspace then you need to find a different job. Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/#findComment-1464328 Share on other sites More sharing options...
sKunKbad Posted January 8, 2014 Share Posted January 8, 2014 Maybe you should propose a repository? What keeps you from working locally, an IT department? It must be damn tedious to not work on a local box. I hope you're getting paid by the hour. Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/#findComment-1464360 Share on other sites More sharing options...
ignace Posted January 8, 2014 Share Posted January 8, 2014 Most work locally I presume using Vagrant to have a "production environment" run locally. Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/#findComment-1464411 Share on other sites More sharing options...
Garethp Posted January 8, 2014 Share Posted January 8, 2014 Hm, what's happened in my previous workplace that I rather liked was that developers worked on local machines, then they'd commit their changes to version control (SVN, Git, doesn't matter) and it was automatically pushed to a staging server that was local, and once it was tested it was pushed to a live server manually. What I would have liked was if there was a staging branch to the repository that got automatically pushed to staging, and a release branch that was automatically pushed to live. Though maybe not automatically, since you should always take more care pushing to live... Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/#findComment-1464451 Share on other sites More sharing options...
.josh Posted January 10, 2014 Share Posted January 10, 2014 pffft... real coders develop on production. Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/#findComment-1464788 Share on other sites More sharing options...
KevinM1 Posted January 11, 2014 Share Posted January 11, 2014 pffft... real coders develop on production. :brofist: Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/#findComment-1464865 Share on other sites More sharing options...
ignace Posted January 11, 2014 Share Posted January 11, 2014 What is production? I am running my clients websites from my laptop using XAMPP. Quote Link to comment https://forums.phpfreaks.com/topic/285180-crap-that-pisses-me-off/#findComment-1464874 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.