polarismesh / polaris

Service Discovery and Governance Platform for Microservice and Distributed Architecture

Home Page:https://polarismesh.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

北极星release及代码包内容结构优化

andrewshan opened this issue · comments

polaris-server
conf:存放北极星的配置文件
        polaris-server.yaml:北极星的启动配置文件
        i18n:北极星的国际化配置目录
log:存放北极星的日志文件
        runtime:运行日志目录
        statis:统计日志目录
        event:事件日志目录
        operation: 操作记录目录
tool:存放升级工具、运维工具等
        include, start.sh, stop.sh, start.cmd, stop.cmd
store:
        mysql:
                README:升级指南
                polaris_server.sql:全量数据库脚本
                delta:增量数据库脚本
NOTICE

源码中部署相关的目录目录调整:

release
        build.sh
        build_docker.sh
        Dockerfile
        conf:
                polaris-server.yaml
        tool:
        store:
                sqldb:
                        README:升级指南
                        polaris_server.sql:全量数据库脚本
                        delta:增量数据库脚本
        standalone
                linux
                windows
                darwin
                docker
        cluster
                kubernetes
                helm