mix.core
v2.0.0-alpha.1 is now released!
Mixcore CMS 백오피스는 오랫동안 기다려온 Bootstrap 5를 기반으로 구축되었습니다. 이로 인해 새 프로젝트를 매우 간단하게 시작할 수 있습니다. 이미 Bootstrap 5 프로젝트를 진행 중인 경우에도 이점을 제공합니다.
(Angular/Svelte의 새로운 포털이 곧 출시될 예정입니다)
모래밭 | |
---|---|
STAG / 데모 | https://demo.mixcore.org https://dev.mixcore.org https://v2.dev.mixcore.org https://mochahost.demo.mixcore.org/portal (관리자 / P@ssw0rd) |
스웨거(v2) | https://v2.dev.mixcore.org/api/v2/mixcore/swagger/index.html |
개발 문서 | https://docs.mixcore.org / https://mixcore.dev |
지역 사회 | https://community.mixcore.org |
유튜브 | https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw |
지저귀다 | https://twitter.com/mixcore_cms |
중간 | https://medium.com/mixcore |
참조: Azure Docker Composer를 사용하여 Mixcore CMS를 설치하는 방법
docker pull ghcr.io/mixcore/mix.core:master
docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latest
docker-compose build
docker-compose up
mkdir mixcore
cd mixcore
git clone https://github.com/mixcore/mix.core.git
선택 과목:
해당 패키지는 Nuget Library이므로 선택적 단계
git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.git
REM 여기(https://dotnet.microsoft.com/download)에서 이미 Dotnet Core SDK를 읽고 다운로드했는지 확인하세요.
cd mix.core/src/Mix.Cms.Web
dotnet restore
dotnet build
dotnet run
이 단계는 선택 사항이며 포털 프런트 엔드 코드를 수정하려는 경우에만 필요합니다.
cd mix.core/src/portal-app
npm install
npm install --global gulp-cli
gulp build
참고: System.Data.SqlClient.SqlException 오류가 발생하는 경우 "appsettings.json" 파일 내의 모든 콘텐츠를 "{}"로 바꾸세요.
이 프로젝트는 다음을 사용하여 개발되었습니다.
Mixcore CMS는 MIT 에 따라 라이센스가 부여되었습니다.
권한 | 제한사항 | 정황 |
---|---|---|
상업적 이용 | 책임 | ℹ 라이센스 및 저작권 고지 |
가감 | 보증 | |
분포 | ||
사용 | ||
이 리포지토리를 GitHub 계정으로 포크하고 로컬로 복제한 후 다음과 같은 간단한 지침을 따르십시오.