বিসমিল্লাহির রাহমানির রাহিম
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.
Admin panel screenshots Screenshot
CMS Demo site Demo
CMS Admin Panel Admin
- username: netcorecms@dotnetcorecms.com
- password: Admin12#
Build server | Platform | Status |
---|---|---|
Travis | Linux / MacOS | |
Appveyor | Windows/Vs2017 |
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.
- To clone the repository, use the following command:
git clone https://github.com/OnnoRokomSoftware/NetCoreCMS.git
and check themaster
branch.
(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.
- 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.
- 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.
Books
Chat
Project Manager, OnnoRokom Software Ltd.
System Analyst, OnnoRokom Software Ltd.
Software Architect, OnnoRokom Software Ltd.
Code and documentation copyright 2017 the NetCoreCMS Authors Code released under the BSD-3 Clause.