This question is a bit subjective in nature, but I am unsure if there is a better place to ask this in the family of sites.

Is anybody using the new Orchard CMS on a public facing site?

For those that don't know, Orchard is basically the replacement for Oxite. It is an ASP.NET MVC based CMS.

I've pulled it down and compiled it, but it seems pretty far away from being used on an actual site. If you are using it, would love to know.

link|improve this question

feedback

16 Answers

up vote 22 down vote accepted

http://nuget.org and http://www.orchardproject.net/gallery are running on Orchard.

link|improve this answer
2  
Gave you the answer, I was looking for samples actually using it... it just took a few years :-) – Clarence Klopfstein Feb 10 '11 at 20:27
Ah Clarence... :) If by a few you mean one point something, then yes. On the other hand, from Orchard 1.0 to my answer, there is not that much time elapsed ;) Thanks for the answer award. – Bertrand Le Roy Mar 28 '11 at 22:28
No... I mean a few. I am not cutting any slack for Oxite. That time frame counts. <biting tongue on the rest> :-) – Clarence Klopfstein Apr 6 '11 at 16:38
nuget switched to standard MVC3 recently. wekeroad.com/2011/12/06/nuget-and-orchard – Dave Mateer Feb 15 at 22:47
And I answered Rob's post here: weblogs.asp.net/bleroy/archive/2011/12/06/… We may have lost this one, but we recently got that one: europe.msteched.com – Bertrand Le Roy Feb 16 at 5:24
show 1 more comment
feedback

I've done some work on Orchard. Here's what I see as the Good and Bad:

Good: - MVC/Razor based.

  • Bertrand Leroy - and the others are great about answering questions on the forum. These are sharp folks who are really helpful.

  • Ideas / cool programming techniques - from dependency injection to writting the page object model, this project has a lot - see the Orchard how it works.

  • A growing community and list of pre-built modules and themes.

Bad:

  • Security - a big, undeveloped hole in orchard? - see http://orchard.codeplex.com/discussions/242714.

  • Performance - Run a basic wcat test against it and you'll see that it currently performs and scales poorly - see http://orchard.codeplex.com/discussions/242228 and related posts. I think they have a long way to go.

  • Complexity - politicians gave us "if you repeat it enough times, it's true". But, the truth is it's not that simple - there's a lot of architecture to learn and developing Orchard Content Items, Content types, Content Parts, Content Fields, Layers, Layouts, Shapes, Templates, Widgets, Zones...

    ... you get the idea. It's not horrible, but it's not simple.

The project focus seems a bit misplaced - I think there's 12 MS folks on the team and the focus seems to be exclusively on flexibility and extensibility to the detriment of simplicity, performance and some basic functionality like security.

FYI - what flexibility and extensibility means is: a) there's a lot of extensibility points and b) downloading and installing a pre-built module or theme is no more difficult than with Wordpress or DotNetNuke.

'Course, folks keep saying it's a 1.0 release - and maybe it'll all change with the next release. But, it's been in development for quite some time...

link|improve this answer
The performance and complexity issues are still the big remaining issues. It's very flexible, but the flexibility comes at a substantial price, both in terms of added complexity, and performance. Its object model is pretty tough to grasp, and it's, frankly, really, really slow. Performance is improved a little in 1.4, but it's still a long ways from being adequate. It just has too much to do every time it composes a page for it to perform decently. – Ken Smith Mar 30 at 18:10
feedback

Hey, Yeah we have started to evaluate it at work. Its quite nice, but they do tend to check stuff in without considering the consequences of if other things break.

The Templates and the plug in architecture is really cool, as they use something called zones. We took an existing MVC site we built about 8 months ago and decided to try and do the bulk in Orchard, and it took us 1 morning, we were quite shocked by the results, that in one morning it took us something that had taken quite a lot longer.

I used Oxite, but the latest code doesn't compile anymore so i gave up and moved to orchard.

link|improve this answer
1  
Sorry about that. It's pretty early on, so there's a lot of subsystems being re-factored ruthlessly as it's built out. – loudej Jan 19 '10 at 10:22
feedback

Yes. The 1.0 release came out today.

I've been using it for my blog since the 0.1 release and really like it. I particularly like how I can extend it by writing modules in MVC. The only problem I've had up to now is there hasn't been an easy upgrade path between different beta versions. Now we're on the first official release they will make updates in the future easier.

link|improve this answer
feedback

I have started to evaluate it at work an it looks really promising so far.

I think the Orchard team have put down a great job with the core system of orchard so far and I will absolutely start using it as content-management-/blog-system for my personal projects.

I think/feel Orchard is heavily influenced by word press with the administration gui and workflow, so if you ever tried word press and liked it you should give orchard a try.

link|improve this answer
feedback

I am actually using the CMS to put together a quick site for our cafe. It is at a rather advanced state and I have been able to handle most of our needs right from the posted code. The documentation is a bit weak so its hard to understand how to do things, but its definitely worth a try. I love the way they have implemented zones - easy drop in of code to replace built-in functionality.

link|improve this answer
feedback

VisitMix.com is running Orchard... Orchard running visitmix.com is a fairly good testament to both the skinning and performance characteristics of the CMS.

I can't say that I've have used it myself for anything "serious", but I done some promising preliminary tests for several of our larger sites. So far Orchard is the best CMS base I've taken a close look at.

The biggest disadvantage I can spot in Orchard is the lack of documentation.

link|improve this answer
feedback

Orchard is a complete fail when it comes to shared hosting web sites. Shared Hosting providers recycle their app pools fairly often. This requires Orchard to reload everything which is expensive and causing 20-30 second wait for users. How was this not found prior to a v1 release? What a big disappointment.

Here is a Thread discussing the issue.

link|improve this answer
With cloud hosting getting within the same price range as shared I think the days of shared might be drawing to a slowdown. – MvcCmsJon Mar 10 '11 at 21:15
1  
They are addressing that in a way that I find interesting. Not only can you setup a ping to keep the site alive but they are also going to setup cache to sit outside of the startup process. Even if the site is warming up, you will get compiled pages and once the site has finished warming up, then you will get the pages regenerated. – AlexGad Mar 26 '11 at 5:08
feedback

I've recently started looking at Orchard CMS and really like it. I like their architecture choices - thats what attracted me to it.

It is being actively worked on by the developers..

http://orchard.codeplex.com/SourceControl/list/changesets

link|improve this answer
feedback

It would appear that all that is sorted now, including the bug you referenced.

Data migrations is there, I m still a little hesitant over the actual implementation of the Data migration stuff.. but then again i haven’t played with the latest code set much myself.

link|improve this answer
I found the latest release to be a bit buggy. They're gearing up for a release near the end of July that should be the best one yet, and hopefully one worth checking out. – Richard Jul 27 '10 at 9:54
feedback

As an asp.net MVC enthusiast I gave Orchard a try as I was looking for a compatible CMS. I just loved it. Beware though, it is a very large and extensive framework, so it takes a while to grasp all the new terminology/concepts it introduces (shapes, drivers, etc...). I am slowly wrapping my head around it, very much in the early stages. From what I have gathered so far if you know/like MVC this is the CMS for you!

link|improve this answer
feedback

At the moment I'm using Orchard for a future public facing website. I expect it to be online at the beginning of 2011. This because of the performance improvements that the Orchard team is currently working on and will be included in version 1. I think the current version (0.8) is not performing well enough to be used in production. I will update this answer when the site is online! I recommend every .NET developer to use Orchard for developing CMS powered websites because it's highly extensible and it's easy to build all your custom stuff with reusable "content parts" and "content fields". Besides that the Orchard code base contains lots of interesting pieces where many developers can learn from, such as the dynamically creation of object models (using Clay) that will be used to render pages.

link|improve this answer
I just looked at it again this past week and it is still a no go for me. It has to support medium trust and they still don't have that, though they say by January. – Clarence Klopfstein Nov 26 '10 at 15:03
Yes it's one of the things they are working on for the 1.0 release. This is no problem for me at the moment because I'm hosting at Arvixe who support full trust! – PB. Nov 29 '10 at 15:36
2  
Medium trust is now supported. – Bertrand Le Roy Jan 19 '11 at 1:05
feedback

I have downloaded the source a few times lately. It looks pretty good. It keeps getting better that is for sure. I wanted to see if I could steal some of the zone conecpts they have but it might be a concept a little further along than what I want in MvcCms. The documentation is very good on Orchard also. I would expect a lot of people to start using it soon.

link|improve this answer
feedback

Personally I still think Orchard is very complex and time consuming to learn and use which is not inline with Microsoft line of thinking as Micrsoft want you to concentrate more on the business side.

If you see how easy sitefinity/Telerik to use, you can tell that Orchard is going to the other direction of not listening to the community but the development enclosed within the Orchard team.

Also as it was mentioned above, performance is not at it best with Orchard.

link|improve this answer
feedback

Performance is much better in 1.1 and 1.2. Also, while I don't endorse the site content, these guys are using it and it looks pretty slick. http://aclj.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.