dongminSeol / piranha.core

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

Home Page:http://piranhacms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a complete rewrite of Piranha CMS for NetStandard. 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 uses the following awesome packages:

  • AutoMapper 7.0.1
  • Markdig 0.15.0
  • Microsoft.AspNetCore.App 2.1.5
  • Microsoft.EntityFrameworkCore 2.1.4
  • Newtonsoft.Json 11.0.2

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 default credentials for the example projects as well as the templates are:

admin / password

For production scenarios we advice you to remove this user, or change the password and update the password strength policy.

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

About

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

http://piranhacms.org

License:MIT License


Languages

Language:C# 81.8%Language:HTML 7.6%Language:JavaScript 7.4%Language:CSS 3.1%Language:Shell 0.1%Language:Batchfile 0.0%