目录
...
outline | true |
---|
Hyper-v+Docker(windows)
因为Hyper-v功能的限制,该方法只支持Win10 专业版、企业版和教育版专业版、企业版和教育版(物理机)
- 激活win10的Hyper-v功能
- 进入windows控制面板
- 点击 程序
...
文件名 | 说明 |
Smartbi_Mysql.tar | Mysql镜像 |
Smartbi_Tomcat.tar | Tomcat镜像 |
Smartbi_Vertica.tar | Vertica镜像 |
putty.exe | ssh连接工具 |
smartbi/mysqldata | Mysql数据文件目录 |
smartbi/smartbiconfig | Smartbi相关配置文件目录 |
smartbi/webapps | Tomcat的wepapps目录,如需更新smartbi.war,请拿新的smarbti.war替换到该目录 |
initServer.sh/bat | 初始化并启动服务 |
startServer.sh/bat | 启动服务 |
stopServer.sh/bat | 停止服务 |
exec_tomcat.sh/bat | 进入tomcat容器 |
...
端口说明
镜像 | 容器中的端口 | 映射之后的端口 |
Smartbi_Mysql.tar | 6688 | 6688 |
Smartbi_Tomcat.tar | 18080 | 18080 |
Smartbi_Vertica.tar | 5433 | 5433 |
...