1、安装
1.1 解压并修改配置文件
修改配置文件conf/application.conf
属性 描述
kafka-manager.zkhosts Zookeeper地址和端口号:ip1:2181,ip2:2181
cmak.zkhosts Zookeeper地址和端口号:ip1:2181,ip2:2181
basicAuthentication.enabled 是否开启权限登录: true
basicAuthentication.username 登录用户名:
basicAuthenti11cation.password 登录密码:
1.2 启动脚本启动
在bin目录下编辑start.sh
nohup ./cmak -java-home /usr/java/jdk-11 -Dapplication.home=/usr/local/cmak-3.0.0.5 -Dhttp.port=9000 >/dev/null
注意:cmak需要jdk11启动
说明:
java-home— jdk11安装路径
application.home—cmak安装路径
http.port—启动端口号
2 访问cmak
访问地址:http://部署cmak 的ip:9000/
------端口号为启动文件start.sh里配置的端口
![](https://img.haomeiwen.com/i4693288/ae67e0b4c8aef4e6.png)
![](https://img.haomeiwen.com/i4693288/e127d272bdeb9db9.png)
![](https://img.haomeiwen.com/i4693288/ac6960686ae1beb2.png)
![](https://img.haomeiwen.com/i4693288/e5af9eda49609dde.png)
网友评论