Coder Social home page Coder Social logo

orchardnocms's Introduction

OrchardNoCMS

Orchard CMS是针对CMS开发的,对于很多开发需求来说,内容管理这块儿可能并不需要,而需要它的模块式开发模式。所以我这里通过对OrchardCMS进行瘦身,去除 内容管理部分的内容,保留简单的运行环境和基础的模块。需要做的工作:

  • 去除Orchard Framework的内容管理部分,同时去除Orchard Framework依赖内容管理的相关内容。
  • 去除Orchard Core部分的部分module,只保留Sharpe和Setting两个模块。
  • 去除内容管理和博客管理的相关模块,只保留支持模块启用和停用以及皮肤模块。

Documentation

WIKI: documentation

About the Database

默认是使用使用SqlCE数据库,如果你使用的Sql Server,请打开如下的路径sql, 创建数据库,并修改数据库连接字符串,在Settings.txt文件中。

DataProvider: SqlCe 修改为:DataProvider: SqlServer
DataConnectionString: null 修改为:DataConnectionString:  Data Source=127.0.0.1;Initial Catalog=orchardnocms;
Persist Security Info=True;User ID=xxx;Password=xxx;

About Build

当你克隆或者下载zip包到本地后,请重新编译一下解决方案,否则无法运行。

orchardnocms's People

Contributors

nicholaspei avatar

Watchers

James Cloos avatar timolee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.