Recently I had to give a Power View demo for a client. Giving a demonstration means of course you have a demo environment available. I could've simply given a demo on Power View using Office 2013 and call it a day, but I really wanted to show the "convert Power View report to PowerPoint" feature, which is only available in Power View for SharePoint. And also because I wanted to write this blog post series of course.

Since I hadn't a demo environment with SQL Server 2012 and SharePoint 2013 available, I decided to build one from scratch and share all the steps I've taken in these blog posts. This series will be a lot like the one by BI Monkey (blog | twitter), except that I'll be using SharePoint 2013 and SQL Server 2012 SP1 features. Furthermore, I didn't set-up a domain controller because I didn't feel the need for it in a small demo environment. Also, I wanted to test out if it was possible to set-up such an environment missing a demo controller without SharePoint going into a tantrum. For demo environments used by more than 1 user or actual test/production environments, I really encourage you to configure a proper domain. For instruction on how to do this, read the blog post by BI Monkey: Build your own SQL 2012 Demo Machine – Part 3 – Installing and Configuring Windows Server 2008R2.

The demo environment will be created on a single VM, so it is easy to bring on an external disk or easy to exchange between colleagues who will also be giving demos. I will use Hyper-V for the virtual environment, but most or even all functionality can also be done with Oracle VirtualBox.

The Hardware

If you want to run a single server environment like this one on your laptop, you better have the necessary hardware available. I have a 250GB SSD drive where the VM will be stored, 32GB of RAM and an Intel Core i7 processor with in total 8 cores. If you don't have a laptop like this available (especially the amount of RAM is important to run SharePoint smoothly), you could option to create your environment in the cloud. That way you always have your environment available to you, provided you have an Internet connection.

The Software

I'll be using SQL Server 2012 SP1 Developer Edition, SharePoint Server 2013 Enterprise edition and Office 2013 Professional Plus.

Summary

The series consists of the following parts:

The links to these parts will be updated when the series progresses.

Next part: Building the VM.