mix.core
v2.0.0-alpha.1 is now released!
Mixcore CMS Back-office 建構在期待已久的 Bootstrap 5 之上。如果您已經在開發 Bootstrap 5 項目,它也會帶來好處。
(Angular / Svelte 中的新入口網站即將推出)
連結 | |
---|---|
雄鹿/演示 | 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 |
Youtube | 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 庫
git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.git
REM 確保您已經閱讀並下載了 Dotnet Core SDK https://dotnet.microsoft.com/download
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 帳戶,將其複製到本機並嘗試遵循以下簡單準則。