Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you handle developer access to windows servers?

When it comes to code launches how do you handle developer access to the server? Do they have RDP access to the machines to deploy code and make changes? Are they only given ftps access to the servers docroots and any .NET configuration changes are handled by the sysadmins? Do the developers even have access to the production docrooots for deployment or do the sysadmins handle any code launches to the live servers?

like image 481
jlintz Avatar asked Nov 08 '08 00:11

jlintz


2 Answers

The best setups I have worked with has a 3 level hierarchy:

  • DEV - Developers have complete access to these server(s).
  • STAGE - This is for developers and QA.
  • LIVE - Only sysadmins and build engineers touch these.

This will also depend on the company's budget and mindset.

like image 157
Hector Sosa Jr Avatar answered Oct 17 '22 09:10

Hector Sosa Jr


It depends, at our workplace the developers do everything. No systemadministrator says anything (since i am the systemadmin and a developer)

Bad part though is, lots of testing is occuring on the live enviroment which i am against and trying to stop but no luck yet.

My last workplace it was handle also by developers but in stages, lots of stages before going live.

like image 1
Forser Avatar answered Oct 17 '22 10:10

Forser