piranha.core

Piranha.Core is the current version of Piranha CMS, completely rewritten for NetStandard & ASP.NET Core.

Github星跟踪图

Welcome to Piranha.Core

Codacy Badge
CodeFactor
Total alerts
Language grade: JavaScript
Sponsors
Backers
Gitter chat, Build server, Platform, Build status, ------------------------, --------------, --------------, AppVeyor, Windows, Build status, Travis, Linux / OS X, Build status, CoverAlls, Coverage Status, NuGet, NuGet, Crowdin (Localization), Crowdin, ## About

This is a complete rewrite of Piranha CMS for .NET Core. The goal of this rewrite
is to create a version capable of targeting multiple platforms & frameworks with minimal
depenencies, but still provide a flexible & high performance CMS library.

Piranha is currently built for NetStandard 2.0 and NetCoreApp 3.1 and uses in its simplest form the following awesome packages:

  • Markdig 0.18.0
  • Microsoft.EntityFrameworkCore 3.1.0
  • Newtonsoft.Json 12.0.3

Getting started

Prerequisites

Get the latest source code and get going

> git clone https://github.com/PiranhaCMS/piranha.core.git
> cd piranha.core
> dotnet restore
> dotnet build
> cd examples/MvcWeb
> dotnet run

Log into the Manager

The manager interface can be found at the URL ~/manager with the default credentials:

admin / password

For production scenarios we advice you to remove this user, or change the password
and update the password strength policy. More information on this can be found in
the official documentation here.

Build and update javascript/css assets

> cd piranha.core/core/Piranha.Manager
> npm install
> bower install
> cd ../../examples/MvcWeb
> npm install
> bower install

Visual Studio users

For people running Visual Studio 2017 almost all of the above steps will be handled by the IDE. Just get the source code, open the .sln file and you're good to go.

Backers

Support Piranha CMS with a monthly donation and help us focus on giving you even more features and better support. Piranha CMS @ Open Collective

主要指标

概览
名称与所有者PiranhaCMS/piranha.core
主编程语言C#
编程语言C# (语言数: 6)
平台
许可证MIT License
所有者活动
创建于2016-03-21 09:53:44
推送于2025-05-23 04:26:52
最后一次提交2025-03-24 20:42:48
发布数96
最新版本名称v12.0 (发布于 )
第一版名称v4.0.0-alpha1 (发布于 2017-04-20 09:15:54)
用户参与
星数2.1k
关注者数89
派生数586
提交数3k
已启用问题?
问题数1311
打开的问题数100
拉请求数564
打开的拉请求数7
关闭的拉请求数74
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?