-
Notifications
You must be signed in to change notification settings - Fork 147
Introduction for Developers
Paulius Mačiulis edited this page Jun 6, 2013
·
15 revisions
Better CMS is a publishing-focused and developer-friendly .NET Open Source CMS developed by DevBridge Group.
If you are web developer working on Microsoft ASP.NET MVC3 or MVC4:
- and you're looking for an easily extendable, lightweight, and intuitive platform;
- and you're not willing to compromise flexibility of design and UX;
- and you want images and files to be stored on FTP / AmazonS3 / Windows Azure;
- and you're looking for an easy way to manage SEO;
- and you need role management for content editing;
So, if you don't what to implement all above by your self - you need it!
Latest builds of Better CMS can be found at http://nuget.org/packages/BetterCMS/
Better CMS supports all mainstream browsers:
- Chrome
- Firefox
- Safari
- IE 8+
Software requirements to run the website with Better CMS:
- Microsoft Internet Information Services (IIS) 7.0 or later
- Microsoft .NET Framework 4 or later
- Microsoft ASP.NET MVC 3 or MVC 4
- One of the following databases (multiple db schemas are required):
- Microsoft SQL Azure
- Microsoft SQL Server 2005 or later
Technically it is possible to support PostgreSQL 8.2 or later and Oracle9i or later but currently not tested.
Best way to start using - check out this intro article.