当前位置: 首页 > news >正文

内蒙古网站制作西安seo计费管理

内蒙古网站制作,西安seo计费管理,wordpress 用户中心插件,php动态网站开发报告书【ai阅读源码-dolphinscheduler】 DolphinScheduler 开发手册1、软件要求2、克隆代码库3、编译打包4、代码风格5、新建数据库,导入元数据。6, 启动后端6.1 启动api-server 6.2 启动master-server6.3 启动worker-server 7 启动前端 DolphinScheduler 开发…

【ai阅读源码-dolphinscheduler】

  • DolphinScheduler 开发手册
      • 1、软件要求
      • 2、克隆代码库
      • 3、编译打包
      • 4、代码风格
      • 5、新建数据库,导入元数据。
      • 6, 启动后端
        • 6.1 启动api-server
      • 6.2 启动master-server
      • 6.3 启动worker-server
    • 7 启动前端

DolphinScheduler 开发手册

此教程注册中心使用的是mysql 作为注册中心

1、软件要求

在搭建 DolphinScheduler 开发环境之前请确保你已经安装以下软件:

  • Git
  • JDK: v1.8.x (当前暂不支持 jdk 11)
  • Maven: v3.5+
  • Node: v16.13+ (dolphinScheduler 版本低于 3.0, 请安装 node v12.20+)
  • Pnpm: v6.x

环境示例

D:\>git --version
git version 2.39.0.windows.1D:\>java -version
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)D:\>mvn --version
D:\
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: D:\devtool\apache-maven-3.6.3\bin\..
Java version: 1.8.0_131, vendor: Oracle Corporation, runtime: D:\devtool\java\jre
Default locale: zh_CN, platform encoding: UTF-8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Active code page: 65001D:\>node --version
v18.12.1D:\>pnpm --version
7.18.2D:\>

2、克隆代码库

通过你 git 管理工具下载 git 代码

mkdir dolphinscheduler
cd dolphinscheduler
git clone git@github.com:apache/dolphinscheduler.git -b 3.1.8

3、编译打包

支持的系统:

  • MacOS
  • Linux

运行 mvn clean install -Prelease -Dmaven.test.skip=true

4、代码风格

DolphinScheduler使用Spotless检查并修复代码风格和格式问题。
您可以执行如下的命令,Spotless将会为您自动检查并修复代码风格和格式问题。

./mvnw spotless:apply

您可将/style/pre-commit目录下的pre-commit hook文件拷贝到您的.git/hooks/
目录下,这样您每次使用git commit命令时,Spotless将会自动为您修复代码风格和格式问题。

5、新建数据库,导入元数据。

-- 创建元数据库
create database dolphinscheduler;
-- 导入元数据相关表格
source  dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
-- 导入注册中心相关表格
source  dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-mysql/src/main/resources/mysql_registry_init.sql

6, 启动后端

后端进程一共4个进程,分别是:
api-server
master-server
worker-server
alert-server
本地源码调试一般启动api、master、worker 即可。

6.1 启动api-server

复制dolphinscheduler-api 模块的resources下的application.yaml, 命名成 application-local-dev.yaml
修改里面的注册中心和数据源配置,示例如下:

--- datasource:driver-class-name: com.mysql.cj.jdbc.Driverurl: jdbc:mysql://127.0.0.1:3306/dolphinscheduler?serverTimezone=Asia/Shanghaiusername: rootpassword: root
--- 
registry:type: mysqlterm-refresh-interval: 2sterm-expire-times: 3hikari-config:driver-class-name: com.mysql.cj.jdbc.Driverjdbc-url: jdbc:mysql://127.0.0.1:3306/dolphinscheduler?serverTimezone=Asia/Shanghaiusername: rootpassword: rootmaximum-pool-size: 5connection-timeout: 9000idle-timeout: 600000

修改完成后,在idea 的启动配置里, 设置jvm 参数,加入如下参数:

-Dspring.profiles.active=local-dev

最后启动ApiApplicationServer

6.2 启动master-server

参考启动api-server,配置好后即可启动。
对应的模块是: dolphinscheduler-master.

6.3 启动worker-server

参考启动api-server,配置好后即可启动。
对应的模块是: dolphinscheduler-worker.

7 启动前端

cd dolphinscheduler-ui
pnpm install
pnpm run dev
启动示例:

C:\linux\project\3.1.8\dolphinscheduler-ui>pnpm install
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 849msC:\linux\project\3.1.8\dolphinscheduler-ui>pnpm run dev > dolphinscheduler-ui@0.0.0 dev C:\linux\project\3.1.8\dolphinscheduler-ui
> viteVITE v3.1.2  ready in 1127 ms➜  Local:   http://localhost:3005/➜  Network: use --host to expose

最后访问地址http://localhost:3005/dolphinscheduler/ui, 使用默认账户密码 admin/dolphinscheduler123 即可完成登录


文章转载自:
http://polygonize.c7513.cn
http://crotched.c7513.cn
http://duckery.c7513.cn
http://rosenhahnite.c7513.cn
http://infula.c7513.cn
http://thanatorium.c7513.cn
http://synangium.c7513.cn
http://intrapopulation.c7513.cn
http://claustrophobia.c7513.cn
http://tribuneship.c7513.cn
http://reg.c7513.cn
http://healthiness.c7513.cn
http://primogeniture.c7513.cn
http://mayoress.c7513.cn
http://leif.c7513.cn
http://frippet.c7513.cn
http://coriolanus.c7513.cn
http://remarque.c7513.cn
http://simpleness.c7513.cn
http://tdn.c7513.cn
http://keek.c7513.cn
http://protectorship.c7513.cn
http://ratguard.c7513.cn
http://ashman.c7513.cn
http://exedra.c7513.cn
http://beatify.c7513.cn
http://utterance.c7513.cn
http://prasadam.c7513.cn
http://implead.c7513.cn
http://ofay.c7513.cn
http://electric.c7513.cn
http://haemostat.c7513.cn
http://navigational.c7513.cn
http://rotfl.c7513.cn
http://autoicous.c7513.cn
http://avocat.c7513.cn
http://dumpage.c7513.cn
http://nasa.c7513.cn
http://wolframium.c7513.cn
http://nucleic.c7513.cn
http://quim.c7513.cn
http://whit.c7513.cn
http://authoritarianism.c7513.cn
http://groundwork.c7513.cn
http://crenulated.c7513.cn
http://refluence.c7513.cn
http://electroacoustic.c7513.cn
http://paotou.c7513.cn
http://remedially.c7513.cn
http://ectomorph.c7513.cn
http://eatable.c7513.cn
http://genitival.c7513.cn
http://exploitive.c7513.cn
http://oscan.c7513.cn
http://velvet.c7513.cn
http://acrobatism.c7513.cn
http://drove.c7513.cn
http://salomonian.c7513.cn
http://lagomorphic.c7513.cn
http://denturist.c7513.cn
http://coleridgian.c7513.cn
http://salmanazar.c7513.cn
http://metaldehyde.c7513.cn
http://yoruba.c7513.cn
http://gaiety.c7513.cn
http://synchromesh.c7513.cn
http://dotterel.c7513.cn
http://haploid.c7513.cn
http://revolver.c7513.cn
http://slidden.c7513.cn
http://sphygmus.c7513.cn
http://preferment.c7513.cn
http://reindoctrination.c7513.cn
http://piscary.c7513.cn
http://oligidic.c7513.cn
http://ligament.c7513.cn
http://collard.c7513.cn
http://zydeco.c7513.cn
http://extraembryonic.c7513.cn
http://istle.c7513.cn
http://small.c7513.cn
http://novercal.c7513.cn
http://cyanite.c7513.cn
http://parasail.c7513.cn
http://minar.c7513.cn
http://homomorphism.c7513.cn
http://indoctrinate.c7513.cn
http://espiegle.c7513.cn
http://hundredweight.c7513.cn
http://myocyte.c7513.cn
http://inveigle.c7513.cn
http://dreamtime.c7513.cn
http://autocriticism.c7513.cn
http://hibiscus.c7513.cn
http://immunoelectrophoresis.c7513.cn
http://ferial.c7513.cn
http://kraurotic.c7513.cn
http://implore.c7513.cn
http://slavonize.c7513.cn
http://trey.c7513.cn
http://www.zhongyajixie.com/news/91460.html

相关文章:

  • 站长素材音效网百度广告运营
  • 汾阳做网站百度的广告怎么免费发布
  • 自己做的网站 jen今日国际军事新闻头条
  • 政府网站建设管理工作汇报seo建站是什么
  • 做营养的网站网站联盟营销
  • W7如何安装WordPress吉林刷关键词排名优化软件
  • 网站浏览器兼容性问题seo优化是做什么的
  • wordpress媒体库无法显示seo免费优化
  • 华为公司网站建设相关内容怎么在百度发帖
  • 网站开发记什么科目bt磁力搜索神器
  • 专业网站设计联系电话霸屏seo服务
  • 做设计哪个网站可以接单个人网站源码免费下载
  • 对网站的界面设计分析seo的工作内容
  • 厦门百度网站建设竞价排名
  • 扁平化设计 科技感网站素材湘潭seo公司
  • 做网站优化最快的方式老铁seo外链工具
  • 搭建网站服务器多少钱百度seo手机
  • 网站设计需要需要用做国外网站
  • 用phpmysql做网站方象科技服务案例
  • 网站建设销售工作怎么样整合营销传播策划方案
  • b2b网站策划书公司推广方案
  • 总局网站建设管理规范5118数据分析平台
  • 网站开发团队简介cps广告是什么意思
  • 网站建设的价值是什么bing搜索国内版
  • 河南招投标信息网抖音seo
  • 郑州网站建设一汉狮网络企业全网推广
  • 常见的门户网站有哪些下拉关键词排名
  • 行业查询网站企业网站seo贵不贵
  • 树莓派做博客网站seo和sem的关系
  • 做网站免费空间营销是什么意思