PublicCMS

CMS written in Java,Safe and fast,Easy support 10 million data, 10 million PV; Currently has 0.0002% of the world's users.Language support English,中文,繁體,日本語

PublicCMS V4.0

QQ Group 1 191381542
QQ Group 2 481589563
QQ Group 3 638756883
QQ Group 4 930992232

Introduction

PublicCMS is an open source JAVACMS system developed with mainstream technologies in 2023. Developed by Tianjin Black Core Technology Co., LTD., the structure is scientific, easily support tens of millions of data, tens of millions of PV; Support visual editing, multi-dimensional expansion, full-text search, static site, SSI, dynamic page local static, URL rules completely customized for you to quickly build a site, large-scale site to provide a powerful drive, is also a good choice for enterprise project product prototype.

Get the source code

https://gitee.com/sanluan/PublicCMS
https://github.com/sanluan/PublicCMS

Participate in development

Switch to the develop branch and the free version to the V2019 branch

Licensing agreement

  • Version :V4.0,V5 Free for individuals and paid for enterprises: See LICENSE for details
  • Version :V1.0,V2016,V2017,V2019 Completely free license agreement :MIT

Environmental requirements

  • jdk or jre 1.8 and later
  • mysql 5.5 and later

Directory description

  • data\publiccms PublicCMS data directory
  • doc document
  • publiccms-parent project source code

Fast compile and run

  • Compile and run

Ensure that the operating system (OS) runs jdk1.8 or later

cd publiccms-parent
mvnw clean package
cd publiccms/target
java -jar publiccms.war

Visit the program page http://localhost:8080/ and follow the prompts to configure and initialize the database

Management background to visit relative paths for http://localhost:8080/admin/

Prepare java and mysql environments locally, download executable programs, compress and decompress them, and run startup.bat or startup.sh

Customize the operation mode

  • windows startup command
java -jar -Dfile.encoding="UTF-8" -Dcms.port=8080 -Dcms.contextPath=/publiccms -Dcms.filePath="%cd%\data\publiccms" publiccms.war
  • linux startup command
java -jar -Dfile.encoding="UTF-8" -Dcms.port=8080 -Dcms.contextPath=/publiccms -Dcms.filePath="`pwd`/data/publiccms" publiccms.war

For details about the parameters and their meanings, see the deployment manual

  • Run in tomcat

Rename publiccms.war.original to publiccms.war or ROOT.war(the context path is /) and move the file to the tomcat webapps directory,The "-Dcms.filePath" parameter is still valid

  • Run in docker

Execute:

docker run -d -p 8080:8080 sanluan/publiccms

Build your own image

Execute:

docker build -t mypubliccms .
docker run -d -p 8080:8080 mypubliccms

  • Run in docker compose

Execute:

docker compose up -d

mysql host/port : mysql-cms/3306 ; user/password : publiccms/password!@#

More parameters, please refer to https://hub.docker.com/r/sanluan/publiccms/

Demonstration

Public CMS architecture diagram

Public CMS Management - English

Public CMS 管理バックグラウンド - 日本語

Public CMS管理后台 - 中文

Public CMS管理後臺 - 繁體

主要指標

概覽
名稱與所有者sanluan/PublicCMS
主編程語言Java
編程語言HTML (語言數: 8)
平台
許可證Other
所有者活动
創建於2015-08-07 08:21:20
推送於2025-04-18 08:45:01
最后一次提交
發布數44
最新版本名稱V5.202406.f (發布於 2024-11-12 19:19:56)
第一版名稱V1.0 (發布於 )
用户参与
星數2k
關注者數148
派生數820
提交數3k
已啟用問題?
問題數42
打開的問題數1
拉請求數21
打開的拉請求數1
關閉的拉請求數20
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?