28
A first look at Orchard: Microsoft Open source CMS Will start at 10:45 Ken Casada Developer Evangelist Microsoft Switzerland [email protected] http://blogs.msdn.com/swiss_dpe_team/Default.aspx

A first look at Orchard: Microsoft Open source CMS Will start at 10:45

  • Upload
    lazar

  • View
    21

  • Download
    0

Embed Size (px)

DESCRIPTION

A first look at Orchard: Microsoft Open source CMS Will start at 10:45. Ken Casada. Developer Evangelist. Microsoft Switzerland [email protected] http://blogs.msdn.com/swiss_dpe_team/Default.aspx. What is Orchard?. http://orchardproject.net - A CMS platform based on ASP.NET MVC - PowerPoint PPT Presentation

Citation preview

Page 1: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

A first look at Orchard: Microsoft Open source CMS

Will start at 10:45

Ken CasadaDeveloper EvangelistMicrosoft [email protected]://blogs.msdn.com/swiss_dpe_team/Default.aspx

Page 2: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

http://orchardproject.net-

A CMS platform based on ASP.NET MVCA quick and easy way to build small-medium sized sitesFocused on modular extensibilityFree, open source (new BSD license)Core team is 7 developers, 2 designers, 2 PMsAccepts community contributions Patches to core, modules, themes, translations, docs, etc

What is Orchard?

Page 3: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

http://orchardproject.net-

A CMS platform based on ASP.NET MVCA quick and easy way to build small-medium sized sitesFocused on modular extensibilityFree, open source (new BSD license)Core team is 7 developers, 2 designers, 2 PMsAccepts community contributions Patches to core, modules, themes, translations, docs, etc

What is Orchard?

Page 4: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo

Page 5: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo-Orchard setup

Page 6: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo-Creating a new Page

Page 7: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo-Creating a Blog

Page 8: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- In t roduc ing Widgets , Layers and Zones

Page 9: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- In t roduc ing Modules and Features

Page 10: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- Insta l l ing a Module f rom the Gal lery

Page 11: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- I n teg ra t ing Sea rch Func t i ona l i t y- I n t roduc ing the Orcha rd Command L ine

U t i l i t y

Page 12: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- Loca l izat ion

Page 13: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- In t roduc ing Theme

Page 14: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- In t roduc ing Code Generat ion Too l

Page 15: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- In t roduc ing Content Types, Fie lds &

Parts

Page 16: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Shared Environment (medium-trust supported)Deploy on Windows Azure using Windows Azure Tools for VS http://orchardproject.net/docsSupport multi-tenancy

Deployment

Page 17: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Parts & Fields within the “Event” content type

Publish Later

Common

Routable

Body

DateTimeField

TextField

Menu

Map

Page 18: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Creating a map content part

Creating a module (Maps module) exposing the map content part How do you create a module?

orchard>codegen module Maps

Module.txt

Page 19: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Module.txt

Page 20: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Modules\Maps\Model\Map.cs

Page 21: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Modules\Maps\Migrations.csHow do I create Migrations.cs? orchard>codegen datamigration maps

Page 22: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Modules\Maps\Handlers\MapHandler.cs

Page 23: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Modules\Maps\Drivers\MapDriver.cs

Page 24: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Modules\Maps\Views\. . . . . . \Map.cshtml

Display View

Editor View

Page 25: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Modules\Maps\placement.info

Where should Map.cshtml views be rendered?

Page 26: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Demo- In tegrat ing the content part map

module into your so lut ion

Page 27: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Call To Action

Download Orchard 1.0 and try it:http://orchardproject.net/download Latest source: http://orchard.codeplex.com

Discussion, Forum, Public Mailing list:http://www.orchardproject.net/discussions

Contribute:Patches, feature ideas, documentation, etcHelp us find interested partners – modules, themes, appsGive us feedback, help us understand your local needs

Page 28: A first look at Orchard: Microsoft Open source CMS Will start at 10:45

Q & A