Examine demo site source code from CodeGarden 2010

by Shannon Deminick 1. July 2010 17:49

A few people were asking for the source code from my Examine presentation at CodeGarden, so here it is. I’m not going to go in to all of the details of this site or the Examine config as it’s pretty simple. However, i will give you a very quick run down of it and if you attended CodeGarden and my presentation, you’d probably already know this.

The Umbraco config for this demo site is simple: A search form, a couple of search result pages with different templates (results using XSLT extensions, results to query media using the FluentAPI, custom results using the FluentAPI). Then there’s the content: 5 very simple nodes consisting of a text field and a numeric field and a miniature blog with some posts and comments.

I’ve included all of the source files and a backup of the database that it was running on. The source files are left in the same state as we left the demo during the presentation. So to get it up and running, just restore the database to your MS SQL server, update your web.config, and put the project files into IIS (or open the solution in Visual Studio).

Download here

Categories: .Net | Examine | Umbraco

Comments

7/2/2010 7:47:44 AM #

Thanks for the demo project!

For anyone wondering, the umbraco user for this demo is:
Username: admin
Password: test

Neil Campbell Australia

7/2/2010 8:54:27 AM #

haha! yup, sorry forgot to mention that... nice find :)

ShannonDeminick United States

7/2/2010 8:54:58 AM #

OH yeah, and this is running on 4.1 RC, NOT 4.5

ShannonDeminick United States

7/23/2010 5:13:57 PM #

Pingback from maanehunden.wordpress.com

How i made Umbraco Search with Lucene indexing, Eximine and XSLT « Maanehunden

maanehunden.wordpress.com

6/28/2011 8:52:32 PM #

How do we open the solution if we are not running a local copy of IIS?

C:\Users\...\Documents\Visual Studio 2010\Projects\Examine Demo Site\ExamineDemoSite.csproj : error  : The Web Application Project ExamineDemoSite is configured to use IIS. IIS is not installed on this computer. To access local IIS Web sites, you must install the following IIS components:

      Internet Information Services
      IIS 6 Metabase and IIS 6 Configuration Compatibility
      ASP.NET

Connie DeCinko United States