Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a development environment for SharePoint

Tags:

sharepoint

I haven't touched sharepoint in years. If I want to setup a development environment to get up to speed, what options do I have? I don't have an MSDN license, is there anyway I can get up and running for free? (for development only)

like image 819
public static Avatar asked Aug 14 '08 20:08

public static


People also ask

Is SharePoint a development platform?

SharePoint is a development platform for SharePoint Framework, SharePoint Add-ins and farm solutions. Get acquainted with the capabilities and features of SharePoint to start your development.

What is SharePoint framework development?

The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and extending Microsoft Teams.


2 Answers

You need a Windows 2003 Server (or 2008 Server, but I have no experience with that), no way around that. You can then of course use Visual C# 2005 Express and the SHarepoint Services 3.0 if that's your target.

If you want to do development on Sharepoint 2007, you have to buy a Sharepoint 2007 license, which has a pretty hefty fee attached to it.

As a SQL, SQL 2005 Express works fine for development.

There is a good Article how to set up Sharepoint on a Single Server:

http://blogs.msdn.com/martinkearn/archive/2007/03/28/how-to-install-sharepoint-server-2007-on-a-single-machine.aspx

You CAN use a Trial Version of Windows 2003 and Sharepoint 2007 though if it's only needed for a limited time (i believe the Trials run 180 days).

like image 178
Michael Stum Avatar answered Sep 28 '22 14:09

Michael Stum


There is no way you can have a MOSS 2007/WSS 3.0 development for free but a Microsoft Action Pact is so cheap to get. :)

There is a nice blog to read to get the requirements and the steps to get a full MOSS 2007 image up and running here : How to Create a MOSS 2007 VPC Image: The Whole 9 Yards.

like image 23
Pascal Paradis Avatar answered Sep 28 '22 14:09

Pascal Paradis