因为Hyper-v功能的限制,该方法只支持Win10 专业版、企业版和教育版(物理机)
安装程序:InstallDocker.msi
下载地址:{+}https://download.docker.com/win/stable/InstallDocker.msi+
以后也可以通过桌面上的快捷方式启动
{+}http://localhost:18080/smartbi/vision/index.jsp+
用户密码:admin/manager
下面以centos7为例
[root@localhost ~]# systemctl start docker.service
[root@localhost ~]# systemctl enable docker.service
tar –zxvf SmartbiDemo.tar.gz
chmod 777 *.sh
执行./initServer.sh,初始化并启动服务
访问地址:{*}{+}http://linuxip:18080/smartbi/vision/index.jsp+*
用户密码:admin/manager
文件名 | 说明 |
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 |
如需修改访问端口,请修改initServer.sh/bat
前面的端口为:映射之后的端口
后面的端口为:容器中的端口