Joe Wittwer
Joe Wittwer

Reputation: 11

Setting Up a SharePoint Developer Virtual Machine

I am new to sharepoint 2010 development and need help setting up the dev environment (virtual machine setup). I have a new Windows 7 laptop (64bit and 4gb ram).

I have downloaded the vhd files (2010-10a.part01.exe etc) from the microsoft website.

I am unsure as to what the next step is. Do i need to install windows server 2008 r2 next? Will this work on laptop?

What i am asking is do i need to install 'windows server 2008 r2' on my laptop

Upvotes: 1

Views: 5477

Answers (6)

Cacofonix
Cacofonix

Reputation: 465

You can also try Cloudshare service for 14 days. It is a full featured Sharepoint server environment which you can access through RDC.

Upvotes: 0

Truezplaya
Truezplaya

Reputation: 1313

I would reiterate many of what people have said about the 8GB of RAM. This thread explains other option for running the download you already have

https://sharepoint.stackexchange.com/questions/10461/sharepoint-2010-vhd-for-vmware

Upvotes: 0

Albert D. Kallal
Albert D. Kallal

Reputation: 48989

A few things:

First, the virtual images they reference and are talking about require sever 2008 hyper-V. So you can scratch the use of these images on your laptop. (unless you blow out your existing OS, and install hyper-V on it, and the windows + windows server 2008 on top of of hyper-v). Windows 8 will have some versions that come with hyper-v, but let's not go down that road as of yet.

Next up, is at noted, these server based systems need quite a bit of ram. To run a WHOLE SharePoint server is REALLY quite large of a system. This system has to SQL server, has to run the web server, and THEN has an amazing number of additional services that need to startup and run such as workflows, Excel services, Access Services, indexing services and several web servers such as the admin site. – and this is the short list!

You need a min of 4 gigs of ram to just setup + install + setup SharePoint 2010. In fact, the min requirement is stated as 8 gig, but it will run quite nice in 4 gigs for testing.

Next up, as noted you cannot use the free edition of Virtual PC on your laptop to run such a virtual system such as 2008 r2 since VPC ONLY supports x32 bit operating systems as guests and you need a x64 bit VM here to run server 2008 of which then SharePoint runs on top of.

Assuming you bump your laptop up to 8 gigs, then you can most certainly grab something free like Oracle/Suns Virtual box and it does support x64 systems. And this setup will then run SharePoint 2010, but you cannot use those supplied images since they are not compatible with v-box (Not looked, but v-box does have support for VHD images from VPC, and they often also have additional images.

There might be some conversion utility, but that's another question.

So, unless you have 8 gigs, and unless you running hyper-V (server 2008) as your host system, then you cannot use such a VM setup on your laptop.

With more ram, you would have to install + setup hyper-V on your laptop.

With your current setup, you could consider to install + setup SharePoint on your laptop, but such a massive install would forever cause so many changes to your laptop that I would not being to consider such a setup on a dev box anyway. And again, you cannot use those VM images for such a setup + install on your laptop if you choose to NOT use VM technology as is being suggested with this idea.

And to be fair, you would never un-tangle the mess of systems that such a large server system with a GAZILLION services etc. that is installed anyway. In other words, I would build a box from the computer graveyard and use that!

So these VM's are not setup for your laptop environment you have. A longer shot would be if you had 8 gigs, and the disk vm images could be used with something like v-box (since it supports x64 VM's and you need this ability).

You need more hardware here regardless, and using the above images suggests that you have to install hyper-v on your laptop.

Upvotes: 2

all2neat
all2neat

Reputation: 125

I tried the VM setup with only 4GB of RAM one time, it was terrible. I echo the other statements, you need a beefy PC to go that route.

Upvotes: 0

Jens
Jens

Reputation: 3412

Here is an alternative guide we used to install a SharePoint 2010 development environment, it can even be done on Windows 7 if you wish...

http://msdn.microsoft.com/en-us/library/ee554869.aspx (We just use our company AD for user handling in our development environments, not best practice I guess, but starting with SharePoint is a monster hassle IMO, so going for the simplest solution to get started first is my recommendation)

You will wan't more RAM for a VM developer setup. Personally I use 8GB+ of memory (and SSD's) for the Developer VM's I have running.

Obviously a Virtual Environment can be very desired for SharePoint development (rolling back etc.). So going with a VM ain't a bad choice, your machine just won't handle it very well as is now...

Upvotes: 2

Jordy van Eijk
Jordy van Eijk

Reputation: 2766

If you take a look at this website, In the overview it states that virtualmachine A is the windows 2008 R2 installation with sharepoint already on it.

B is a win2008 R2 with exchange

and C is 2008 with lync on it installed.

But i think you will need to have at least 8GB of ram for this to perform... I don't know what processor you have but it has to be an I7 2nd or 3rd gen at least.

Upvotes: 1

Related Questions