Code Monkey home page Code Monkey logo

onnorokomsoftware / netcorecms Goto Github PK

View Code? Open in Web Editor NEW
165.0 41.0 76.0 12.72 MB

NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.

Home Page: http://dotnetcorecms.org

License: BSD 3-Clause "New" or "Revised" License

C# 41.01% CSS 11.07% JavaScript 46.56% HTML 1.25% PowerShell 0.01% Ruby 0.09% Shell 0.01%
asp-net-core c-sharp cms-framework site-engine modular theme-support cross-platform dotnet-core open-source-project modular-architecture

netcorecms's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

netcorecms's Issues

Setup With MSSQL

Dear OnnoRokomSoftware,

I was reviewing the software and I attempted to run it on my machine, however, I ran into trouble.

I attempted to use the software with MSSQL. So, I un-commented line#23 off the NetCoreCMS.Web\Views\SetupHome\Index.cshtml.

However, I was lost after that. I was not able to figure out how to successfully complete the setup.

I assume that the setup is configured to play nice with MySQL, but not others at the moment.

I hope that we can find instructions on how to setup the environment for development in the future.

Respectfully.

Update 2019-12-12

  1. I un-commented the line#25 NetCoreCMS.Web\Views\SetupHome\Index.cshtml for MsSqlLocalStorage.
  2. Then, I and added a line right before NetCoreCMS.Framework/Core/Data/DatabaseFactory.cs#L133
builder.UseSqlServer(SetupHelper.ConnectionString, opt => { opt.MigrationsAssembly("NetCoreCMS.Framework"); opt.MigrationsHistoryTable(SetupHelper.TablePrefix + "ef_migration_history"); });
break;

and this got me as far as creating a database on LocalDB.

However, I am not able to get past this.

Update 2019-12-18

Below is the setup.json file. Please not that IsAdminCreateComplete is false.

{
  "IsDbCreateComplete": true,
  "IsAdminCreateComplete": false,
  "SelectedDatabase": "MsSqlLocalStorage",
  "ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=NetCoreCMS.Web.db;Trusted_Connection=True;MultipleActiveResultSets=true",
  "StartupType": "Url",
  "StartupData": "/CmsHome",
  "StartupUrl": "/CmsHome",
  "TablePrefix": "ncc_",
  "EnableCache": false,
  "LoggingLevel": 4,
  "IsMaintenanceMode": false,
  "MaintenanceDownTime": 30,
  "MaintenanceMessage": "Doing Maintenance. Comming back soon...",
  "Language": null
}

Belowis the error message:

An unhandled exception occurred while processing the request.
NullReferenceException: Object reference not set to an instance of an object.
NetCoreCMS.Framework.Core.Mvc.Filters.NccLanguageFilter.OnActionExecuting(ActionExecutingContext context) in NccLanguageFilter.cs, line 61

publish error

hi
this error after publish occored
Application startup exception: System.InvalidOperationException: Unable to resolve service for type 'MediatR.IMediator' while attempting to activate
why?
how to copay custome.module.dll or custom.theme.dll to host?
thanks

Gitter Chat (gitter.im)

It would be great if there was a gitter.im room for people to ask questions and have discussions, etc. I think this is a great start to an easy to use CMS (Umbraco is not .net core ready yet and I'm not a fan of orchard) that can be customized with custom routes, etc (I can add my own web api for example) and some feature enhancements and the general direction of the software would benefit from community discussion and interaction.

Daemon systemD in Ubuntu

I want to run this in Linux without running dotnet publish also I want to run it as daemon with SystemD. How do you guy run it in your linux server every startup without publishing it.

Wrong Rout after finish instalation

When I Finish the instalation (CreateAdmin), the app is redirected to /CmsHome, and return 404 error (Not Found)
*Database is created, including tables and registers.

screen shot 2018-01-30 at 23 14 43

What Im doing wrong?

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.