Files
WorkNote/KMmpm/相关操作/开目Cloud启动.md
SeedList 71e85d1196 250210
完成了容器管理的基本内容
2025-02-10 17:05:27 +08:00

27 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

KMCloud的启动需要先确保Oracle服务已经启动使用**Win+Q**快捷键搜索“服务”
将其打开后找到 **OracleServerORCL** 服务,确保其已经启动,状态一栏中显示“正在运行”
![image-20240418085444030](assets/IMG-20240418160639945.png)
在KMCloud安装目录下找到run目录打开run目录在其中找到“**run.bat**”文件双击执行如果显示多条某某java进程正在执行即启动成功
再打开Tomcat安装目录找到bin目录下的**startup.bat**文件,双击将其启动
等待片刻后打开浏览器,在浏览器地址栏中输入:**localhost:8080/kmsoft**
成功进入到登录页面:
![image-20240418085836042](assets/IMG-20240418160640068.png)
常用登录账号有:
| 意义 | 账号 | 密码 |
| ----- | ---------- | --- |
| 超级管理员 | superadmin | 123 |
| 测试管理员 | testadmin | 123 |
| 安全管理员 | security | 123 |
| 数据管理员 | dataadmin | 123 |
| 系统管理员 | system | 123 |