NetCoreCMS
NetCoreCMS copied to clipboard
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. Plea...
বিসমিল্লাহির রাহমানির রাহিম
NetCoreCMS
NetCoreCMS is a Content Management System developed using ASP.Net Core 2.0. It is usable as web application framework. This is a modular theme supported web application. NetCoreCMS also support multiple language. This time we have added language support for only English and Bangla.
Screenshots
Admin panel screenshots Screenshot
Demo
CMS Demo site Demo
Admin Panel
CMS Admin Panel Admin
- username: [email protected]
- password: Admin12#
Build Status
Build server | Platform | Status |
---|---|---|
Travis | Linux / MacOS | |
Appveyor | Windows/Vs2017 |
Alpha
The software is complete for internal testing which can be performed by people other than its developers. The testers are within the same organization or community.
Here is a detailed roadmap.
Getting Started
- To clone the repository, use the following command:
git clone https://github.com/OnnoRokomSoftware/NetCoreCMS.git
and check themaster
branch.
Command line
(Run the commands as an Administrator)
- Install the latest versions (current) for .Net Core Runtime and SDK from https://www.microsoft.com/net/download/core
- Call
dotnet restore
. - Call
dotnet build
. - Navigate to
D:\NetCoreCMS\NetCoreCMS.Web
or to the respective folder. - Call
dotnet run
. - Open the
http://localhost:5000
URL in your browser.
Visual Studio 2017
- Download Visual Studio 2017 (any edition) from https://www.visualstudio.com/downloads/
- Open
NetCoreCMS.sln
- Build
NetCoreCMS.sln
solution (before running the project) - Ensure
NetCoreCMS.Web
is the startup project and run it.
Common Mistakes
- Build module project after changing the module else module will not work.
- If make any mistake at installation period and project does not run then delete setup.json from root directory and run project again.
- After install/uninstall any module or theme restart project.
Resources
Books
Chat
Creators
Project Manager, OnnoRokom Software Ltd.
System Analyst, OnnoRokom Software Ltd.
Software Architect, OnnoRokom Software Ltd.
Copyright and license
Code and documentation copyright 2017 the NetCoreCMS Authors Code released under the BSD-3 Clause.