Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
30 views

Improving latency between developer machine and oracle db

It seems our developers are concerned with the latency they are getting between their dev machines at site a and the database which is at site b. Ofcourse the obvious thing is to have as little as ...
2
votes
4answers
58 views

Replicate main MySql db to a development server to play with real data

I have a main architecture with a MySql db, replication and backup, it's working fine. Now I also have a development server where I play with the code and I would like to use the data from the main db ...
0
votes
2answers
41 views

Development on Windows 7; Web server on Linux - How to share Apache web root? [closed]

I've got a LAMP server that I want to use as a local web server. I've got a Windows 7 machine that I want to use as my development machine. The machines will be on the same LAN (or the Windows box ...
0
votes
1answer
72 views

How to Setup Virtual Development Enivronment? [closed]

I'd like to setup a Linux virtual development environment that allows remote access to a 'workstation' similar to a Citrix deployed workstation/desktop. I'm fine with the host being a Linux or Windows ...
0
votes
3answers
64 views

vlan segmentation for developers and version control servers

Suppose there are 50 developers who access the server hosting the version control system (subversion for example). Would you put developers and svn server to same vlan (since this communication is ...
0
votes
1answer
125 views

How can I configure Xampp to open my php websites

I just downloaded Xampp onto my macbook pro version 10.6.8. I am new to creating php websites and would like to preview them on my localhost. Unfortunately I cannot see the webpage correctly. I have ...
0
votes
0answers
34 views

can hyper-v swap a development server to a production server?

We recently got hyper-v set up, and I don't really know if what I want to do is possible. I'd like to have a production web server (running linux of some sort), and be able to copy that whole vm in ...
1
vote
2answers
36 views

Dev Server Setup for a small group of Web Developers

Looking to upgrade our aging and clunky Windows development server setup. We have a small group (5 people, all working remotely) that do PHP and Javascript web development. The options are dizzying. ...
2
votes
3answers
81 views

Standardizing windows 7 development environment

I do some development on Windows 7, and I would like to standardize the various tools we use (versions of Java, maven, etc). I know for *nix platforms, I can use Chef or Puppet, but is there a tool ...
0
votes
1answer
159 views

Strip down ubuntu server for performance on virtual machine

We use a ubuntu virtual machine for a local development setup which provides a consistent development environment for all developers and lets them use an OS/IDE of their choice for other work. The ...
0
votes
0answers
41 views

Shared SVN-powered web development with branching on Apache

We're a web development shop and have our sites checked out from SVN on a single development server via samba, like this: share/ site1/ trunk/ site2/ trunk/ branches/ ...
0
votes
1answer
107 views

Should I setup a linux virtual box or develop on Windows and deploy to Linux? [closed]

I am running a Windows 7 machine for development at the moment. Is it best practice to develop on a virtual Linux machine locally so that your development environment is closest to your production ...
0
votes
1answer
220 views

What server setup for a small web development company? [closed]

I co-own a company with a friend of mine and we have decided to buy a new server to support our business (our current server is an Asus EEE Box, working great but too limited :) ). I should mention ...
-1
votes
3answers
33 views

Different 'development' environments for different developers

We have three environments: development, staging, and production. In our configuration variables for development, we set our database to connect to 127.0.0.1 with a set username or password. ...
-1
votes
1answer
135 views

Best way to install and configure both a development and production server? [closed]

Here's the situation I have... I am working on 3 small websites (one is a photography showcasing site for a family member, one is a blog, and one is a custom CMS I am working on to gain experience in ...
9
votes
7answers
513 views

What is required for developers to run their own VM server in an enterprise environment

This scenario was also posted on SO, with different questions for different audiences - and I'm very glad I did as I've received some very good responses. We are attempting to implement a development ...
1
vote
1answer
107 views

How to better simulate remote development locally with virtual hosts?

When developing WordPress websites, for instance, such a script saves a few values on the database with detected paths/addresses. To avoid issues when uploading the production version to the server ...
0
votes
2answers
58 views

Have VM using bridged networking, but on host machine without network

I'm configuring a LAMP development environment inside a VM and I'm no Linux/networking champ but I'm trying. I've installed Centos (5.6) in a VM (VirtualBox) on my local machine. I've set networking ...
0
votes
1answer
74 views

Apache2 dynamic documentroot depending on URL

I have looked at setting up an Apache server. I want to run our site example.com on the server, as well as testing test.example.com. This I can setup by having two almost identical VirtualHost in ...
0
votes
3answers
69 views

setting up a windows a development server

At my last company we had a development server where the developers could create websites/tools, upload to the development server and when setting up the host header in IIS would use ...
0
votes
1answer
41 views

MySQL Replication, Master vs Slave commits

I have a production webserver with a MySQL database setup as Master. I have a dev server with MySQL setup as Slave, with the data successfully being replicated from the Master. What happens when a ...
0
votes
2answers
75 views

When is it appropriate for a server to handle multiple functions and when should servers be dedicated to a single task?

I have one fairly powerful server running VMware ESXi to allow for multiple virtual machines to handle different purposes. Currently I have 7 set up: PHP Development PHP Staging RoR Development RoR ...
2
votes
1answer
126 views

How to SetEnv with SVN revision number in Apache conf?

I'm setting up development environment of Apache. I prefer to set a environment variable to be local checked out SVN revision number. The environment variable value is then read in PHP code and put ...
0
votes
1answer
43 views

Development ASP.NET Server

We have an extra Windows 2003 Server that I am hoping can be used to speed up development process on a web site we're producing. We are trying to reduce lag time from our really slow ASP.Net local ...
1
vote
2answers
83 views

Developing on Windows Server 2008 vs Developing on Windows 7

I mostly develop .net web applications and sometimes client apps on wpf. Now I use Windows 7 as a development environment on my laptop. I am thinking of installing Windows Server 2008 R2 to my other ...
0
votes
1answer
54 views

Setting up dev environments for different users on the same server

I am trying to set up a dev server that multiple developers will be sharing. I am rusty with linux server configs, but I remember a while back I set up a dev server in a way where each developer would ...
1
vote
3answers
150 views

New boxes for the Dev team: Buy Powerful PC's or 15k Worth of VM Infrastructure? [closed]

Possible Duplicate: 15 to 20 developers on VM Looking to upgrade dev boxes for my dev team. I have spoken with my CTO and he's potentially giving me the option go to either buy powerful ...
1
vote
2answers
687 views

Migrating production CentOS server to a VirtualBox VM?

I want to migrate a production server to a VM for development purposes, and exactly duplicate the production environment as closely as possible. The production server is running CentOS with a single ...
0
votes
4answers
218 views

Minimizing SQL transaction log file size on developer box running simple recovery model

We have alot of SQL servers on development environment where we never take backup of the databases (TFS for code is enough). The (SharePoint) databases are all set to simple recovery model, but the ...
0
votes
2answers
126 views

should I use a subdomain on live server for my development environment?

What are the pros/ cons of setting up a subdomain to use as a dev environment on the same server as a live webserver? the pros for me are it's already set up - dev.mysite.com, I dont need to worry ...
1
vote
2answers
88 views

Migrating user (developer) profile from XP to NT6 (Vista,7) ~ What do I need to be mindful of?

If it's a dupe, lemme know and redirect me and I'm on my way guys. I'm a dev on Visual Studio, I have 2005, 2008 and 2010 installed atm, along with VB6, and SqlServer Dev 2005, 2008 installed as ...
1
vote
3answers
236 views

Looking for Team Development type Software like SVN

I am in need of a software that is PHP-Based, or similar that can be installed on my server that offer SVN Perks. It should be somewhat similar to an SVN, however, since the server doesn't support ...
6
votes
1answer
224 views

How to take snapshot of non virtual server and restore it in VM?

Is is possible to take a snapshot of a non virtual server (Ubuntu) and restore it in a virtual machine? I'm asking because I'd like to have an exact copy of my production server to use as a dev ...
-1
votes
3answers
849 views

Why does local host say “It Works”?

I have configured all my websites in the "Sites" folder to be tested in my browser. When I type a web address for example http://test.dev, I get "It Works". Why?
0
votes
1answer
152 views

SQL cluster instance names for large project

We're setting up two clusters. One dev and one prod. The Production will host two SQL instances - a OLTP and a DW. The development will host 4 OLTP non-production environments and at least one DW ...
2
votes
1answer
238 views

What is the best way to copy production Active Directory back to pre-production / staging?

I'm setting up a preproduction environment as a copy of production. The first time this was done, a very long time ago, when staging/preprod environment was created, we spun up an AD virtual machine, ...
0
votes
1answer
71 views

I have 8 server-grade machines used for development. Should I create a VPS cloud?

My idea is that each user can spawn a VM, then use dist-cc to do compile using other VMs in the cloud. Is such practice common in development environment? Would performance be much worse than just ...
0
votes
2answers
309 views

Development Environment SMTP Server - Rewrite email recipient address

I am looking for a way to setup an SMTP server in our development environment that will run on the local dev server and rewrite the recipient email address to our debug address, without effecting the ...
0
votes
1answer
124 views

Using Tomcat for development, qa and production deployments on the same box?

I'm working on a couple small/medium projects, but I do like tinkering with tools and I have to admit I do love overcomplicating things. The projects that I am working on are Java web applications ...
1
vote
0answers
93 views

How Tune the best PostgreSQL for developers not for production?

Developing software on a laptop or a desk computer, what would the best configuration for make sure developers has a fast connections and response. For example a laptop with: 2 cores, 2GB of ram and ...
0
votes
2answers
1k views

How to install windows server 2008 r2 Hyper-V on Windows 7, through virtual machine?

I have one computer that running windows 7 and want to have a Dev Environment running on this machine. I tried to install Windows Server 2008 r2 with Hyper-V role on a VirtualBox virtual machine, but ...
4
votes
7answers
595 views

How do I move my production servers into a devlopment VM?

I have about 3 servers that are probably almost 10 years old, all using code what one might consider worst-practices for programming's sake. I'm terrified of making changes to the thing (production ...
0
votes
0answers
262 views

Dev Machine for SharePoint 2010 how much RAM do you need?

I'm running Windows 7 64 Bit as host, in host I'll run vitals such as Word, Outlook, browsers (often multi tabs), messengers (both skype + msn), media player. I'll also be running locally IIS ...
1
vote
2answers
314 views

How many cores should I configure in VMWare 2.x VM for Win7 32-bit Guest?

I have a 64-bit non VT host with 4 cores and 6Gb of RAM. How many cores should I allocate to the VM?
3
votes
2answers
414 views

How to manage changes to set of cloned Virtual Machines?

I am trying to set up a workable model for development. I'm wondering if anyone has recommendations for Virtual machine software and what process to follow to enable the following: Developers grab ...
-2
votes
1answer
120 views

non-MS free alternatives to MS AD features installable on MS Windows (for development) [reopened] [closed]

I reopen the question Open source alternatives to MS AD features (but) installable on MS Windows which was closed "as subjective and argumentative" whatever can it mean. There wasn't a single ...
0
votes
1answer
395 views

how to better set up machine for development both in workgroup and Windows domain? [closed]

I am developer. Initially, at my client(employer) premises I had been given the company's desktop computer with Windows XP Pro SP3 joined to corporate Windows Active Directory domain (AD). This is ...
13
votes
2answers
2k views

Windows LocalSystem vs. System

http://stackoverflow.com/questions/510170/the-difference-between-the-local-system-account-and-the-network-service-accou tells: Local System : Completely trusted account, moreso than the ...
2
votes
3answers
415 views

Low Spec PC as personal Web Development Server?

I am getting a low spec PC for $60. Pentium 4 Processor, 1.8GHZ, 512M RAM, 20g Hard Drive, Is this good enough to install Ubuntu Server edition and install at least the following and have this ...
3
votes
4answers
127 views

New Dev Machine Setup advice needed (OS’s and virtualization)

I am buying a new AMD 6 core machine and would use it as development server machine. I want to achieve 2 things: have multiple Virtual machines on it to run various Operating systems (something like ...

1 2