Site icon David Lozzi

Installing SharePoint 2013 Foundation

Advertisements

Come along with me on a small adventure into the world of free SharePoint. Yes, free! SharePoint Foundation 2013 is technically free (well, included in your existing Windows licenses) and can do a whole lot for you without needing to spend significant amounts of money on Server editions. I am going to walk through a mini-series around SharePoint Foundation: installing (this post), what features it contains (and does not), how it can fulfill some use cases and finally a wrap up discussing if Foundation is a viable solution for companies both large and small.

Downloading SharePoint Foundation

Finding SharePoint Foundation was not as easy as one would expect. Going to www.sharepoint.com, and clicking Try or Buy didn’t render a link. I clicked Try Now under SharePoint Server 2013. Then off to the right under Related Downloads is a link for SharePoint Foundation 2013. Wait, that doesn’t have SP1 which is required for Windows Server 2012 (but SP1 has been retracted, hasn’t it?), so I searched some more and found it. Lucky for you, you can download it from: http://www.microsoft.com/en-us/download/details.aspx?id=42039. If you’re running Windows Server 2008, you can download it without SP1: http://www.microsoft.com/en-us/download/details.aspx?id=35488. Looks like Microsoft doesn’t necessarily want to show off this free version is readily available.

Requirements

Requirements for Foundation are similar to the Server versions. Check out the hardware and software requirements here.

My Setup

I am installing it in VMWare, with 8GB RAM and 2 cores. It’ll be slow but that’s okay for now. I already have Windows 2012 R2 Standard installed, and I have SQL Server 2012 Standard with SP1 installed on another VM. SQL has been configured with a named instance SPF2013A for this specific instance of SharePoint.

I need SQL too?

SharePoint runs on Microsoft SQL, period. Sorry, you can’t run on MySql or any other variation out there. If you don’t have access to SQL server, you can either install SharePoint in a single server instance which includes SQL for you, or better yet, download and install SQL Express (free). Note there are limitations, but if you’re doing a quick POC or trying out SharePoint, SQL Express will probably be fine. I recommend installing SQL separately as it’ll allow you to expand on your new SharePoint farm in the future. Even if you don’t have plans to expand this farm, install SQL separately, as your production farm will be using this model. I do not cover installing SQL, as there are many flavors and options.

Service Accounts

SharePoint utilizes Active Directory for permissions and such, starting at installation. You cannot install it on a server without AD. You shouldn’t install it on a server that is the AD domain server, though it will probably work, it’s not supported by Microsoft.

Create the following AD accounts for your SharePoint install. You can go crazy and use a service account for every service in SharePoint, allowing for an incredible amount of security separation (and maintenance) but being realistic, I prefer to use the following. Each account has to be a domain account, not a domain admin, just a domain user.

Prerequisites

Prior to installing SharePoint on your server, you’ll need to setup your server to handle a web site. Add the Application Server and Web Server (IIS) roles. Also include Application Server Role Services Web Server (IIS) Support.

Check your SQL Server’s properties, specifically the Max Degree of Parallelism of a value of 1. Check out http://www.sharepointpitstop.com/2013/04/max-degree-of-parallelism-error.html for more details, I ran into this issue myself ;).

Installing SharePoint Foundation

Now that you’ve found and downloaded SharePoint Foundation, got SQL setup, let’s install SharePoint! First, log in with your  spfarm account, and then run the install file you downloaded, and you’ll get the lovely blue splash screen.

Click Install software prerequisites, under the Install section. This installs all the stuff SharePoint needs to run.

Just accept defaults and walk through this wizard. This wizard will probably require your server to restart. It may need to reboot a couple of times depending on how many updates it has to do.

Log back in and rerun the installer. Back at the blue screen, press Install SharePoint Foundation. Most of the installation will be pretty basic: accept the terms, press continue. For Server Type, select Complete and press Install Now.

When done, you can go ahead and press Close.

So far so good? The SharePoint bits, the binaries and files, are installed! Now onto the fun part and configuring SharePoint!

The SharePoint Products Configuration Wizard will appear next. Click Next then Yes to the warning. On the next page, select Create a new server farm.

 

On the next screen, enter your details for the SQL server, and use your spfarm account for its credentials. I have the \SPF2013A because I installed SQL with another instance, you can probably leave yours as the server name.

Specify a passphrase. Important! This passphrase will be needed if you want to add another server to your farm in the future. Keep it safe!

 

On the next screen, you can leave it as default, or specify a port number. If you decide to specify your own port, do not specify any of the standard web ports like 80, 443, 8080, etc. This should be a unique port number as central administration is the core of SharePoint, all configuration, permissions and such occurs here.

 

Click Next a couple more times and the configuration will run. It may take a while depending on hardware and what not. Let it run. It will error if there’s a problem, otherwise, no news is good news.

Success! Click Finish and Central Administration will open.

Configuring SharePoint

After a successful installation, Central Administration should open. If for some reason it doesn’t, you can open it from the Programs menu.

When Central Administration opens first, it’ll ask if you want to help make SharePoint better. Do as you wish, it’s your conscience.

So you have an option to here to use a wizard to configure SharePoint.

I prefer not to use the wizard, I’m a hands on kind of guy. The wizard is ok, and if you’re going to do a quick and dirty proof of concept, I guess you could do that. I will, however, carry us through the entire process, I’m going to press Cancel. That will bring us out to Central Administration:

Before we make any new sites, we have to continue to configuring SharePoint to get ready. Click Security in the left quick launch, and then click Configure managed accounts.

 

Add your service accounts. In my case, I added the 2. What’s nice is if you fat finger the password, it will prompt you. This is nice since that will not cause issues down the road.

 

Once added, click Application Management, then click Manage Service Applications.

If you click new in the top ribbon, you’ll see a few options. We’re going to add each of these. Start with the App Management Service. Fill out the following in the dialog:

Next up, create a new Secure Store Service.

Why did I skip the Business Data Connectivity Service? Because we don’t need it. This service allows SharePoint to connect to external data systems, like another SQL database. If you want to use it, go for it, but for most POCs, we don’t need it.

Ok, back to the Secure Store Service.

Outgoing Email

Couple more small things. Click on System Settings, then Configure outgoing e-mail settings. Specify your outgoing email server. You can simply put your Exchange server here. You’ll have to allow relaying from the SharePoint server IP address. SharePoint does not authenticate with the outgoing email server.

If you want, you can validate the outgoing email by setting up a relay on the SharePoint server. This works well with Exchange or any cloud based email service. Check out my other post on Sending SharePoint emails through the cloud.

Services

Click System Settings then Manage Services on Server.

Now we have to turn a bunch of stuff on. Turn on the following:

Create your first site

Now that SharePoint is configured and ready to go, let’s create a site. The site itself will be what your users access. Click Application Management then Manage web applications.

Brief overview of SharePoint’s architecture

The SharePoint farm is what we have now. It’s SharePoint, installed and configured. It can be installed across multiple servers. Note we didn’t have to install SharePoint on SQL. SQL simply stores the databases, however SQL is still considered part of the farm.

Web applications are the top level of data collections. As you’ll see, Central Administration has a web app. A web app is a collection of Site Collections.

Site collections are a collection of sites, and can contain one to many sites.

Sites are the interfaces your users go to to access SharePoint. Sites contain lists, libraries and all the user data.

Create your web application

Click New in the ribbon. Fill out the page as follows:

Create your site collection

When the web application finishes, the confirmation window will have a link to create a site collection, click that.

If you were so excited to have setup your web app that you closed that confirmation window. Click Application Management, then Create site collections.

In the Create Site Collection dialog, specify the following:

Tech Tip: Now access all your business applications at a ease of a single click on your preferred device(PC/android/iOS) with hosted virtual desktop from CloudDesktopOnline.com with Add-ons like SharePoint and Exchange. If you prefer a server, Rent a server with 24*7 dedicated migration and tech-support from www.Apps4Rent.com.

You’re ready to go!

That’s it! You should be all set to go! We didn’t have to create a site, as a site collection always has a default root site within it.

If you try to hit the site from the server console, you may have an issue, check out this post for an easy fix.

Quick tips:

Til next time, Happy SharePointing!

Looking for the next part? Sorry I’m a  slacker! Leave comments below and I’ll finish it off. 

 

Exit mobile version