Skip to content

💮 Mixcore CMS is a best open source CMS modular, multi-tenant application framework built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org

License

robinson/mix.core

 
 

Repository files navigation

Mixcore CMS

Donate Buy us a coffee

Fully Open Source UI Tools to create web apps. Headless CMS and Dashboards built on top of .Net Core, Angular.JS and Bootstrap.

Mixcore CMS

Services Result Services Result
Travis CI Build Status AppVeyor CI Build status
Gitter Join the chat at https://gitter.im/mix-core/Lobby Licenses status FOSSA Status
Codefactor CodeFactor Azure Build Status

References

Links
Demo https://demo.mixcore.org / https://demo.mixcore.org/portal (admin/P@ssw0rd)
https://dev.mixcore.org/en-us/
Dev docs https://docs.mixcore.org / https://mixcore.dev
Youtube https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw
Twitter https://twitter.com/mixcore_cms
Medium https://medium.com/mixcore

Docker

Latest Docker Image

docker pull mixcore/mix.core:latest
docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latest

Or with Docker Compose

docker-compose build
docker-compose up

Docker SQL Server DB information: Server=db;Database=master;User=sa;Password=P@ssw0rd;

GITs clone

mkdir mixcore
cd mixcore

git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.git
git clone https://github.com/mixcore/mix.core.git

Build & Run

Website

cd mix.core/src/Mix.Cms.Web
npm install
dotnet restore
dotnet build
dotnet run

Modify Portal

cd mix.core/src/portal-app
gulp serve

Note: If you facing any System.Data.SqlClient.SqlException error, please replace all content inside "appsettings.json" file with "{}".

UI Screenshots

Default Theme:

Now UI Kit PRO is a premium Bootstrap 4 kit provided by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 1000 components, 34 sections and 11 example pages.

Mixcore CMS default template with Now UI Pro

Admin Portal

Mixcore CMS Back-office is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project.

Mixcore Admin Portal Bootstrap 4.x

Thanks to

This project has been developed using:

License

Mixcore CMS is licensed under the MIT

Permissions Limitations Conditions
✔ Commercial use ✖ Liability ℹ License and copyright notice
✔ Modification ✖ Warranty
✔ Distribution
✔ Private use

FOSSA Status

How to contribute

Fork this repo to your GitHub account, clone it locally and try to follow the following simple guidelines.

  • Never write any code in the master branch
  • When writing code, do it in a specific feature branch
  • Send your pull request from that feature branch
  • After your pull request has been accepted, sync the changes into master from the upstream remote
  • Delete you feature branch
  • Again, NEVER write any code in the master branch ;)

About

💮 Mixcore CMS is a best open source CMS modular, multi-tenant application framework built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%