激活Mapmost Studio
通过浏览器访问 Mapmost Studio 平台前端页面,页面地址根据部署时 config-studio.yaml
配置文件中配置的访问方式不同而有所不同:
- 内网访问时
页面地址为:
http://<openresty_ip:openresty_port>/mapmost-studio-web/
其中 openresty_ip
、openresty_port
分别为 OpenResty 服务 ip 及端口号,即 config-studio.yaml
配置文件中 mapmost-studio.openresty
参数配置。
- 公网 ip 访问时
页面地址为:
http://<public_access_ip:openresty_port>/mapmost-studio-web/
其中 public_access_ip
、openresty_port
分别为公网访问 ip 及 OpenResty 服务端口号,即 config-studio.yaml
配置文件中 mapmost-studio.public_access_ip
及 mapmost-studio.openresty
参数配置。
- 公网 https 域名访问时
页面地址为:
https://<public_access_https_host>/mapmost-studio-web/
其中 public_access_https_host
为公网访问域名,即 config-studio.yaml
配置文件中 mapmost-studio.public_access_https_host
参数配置。
平台页面如下:
默认账户为 sipsd
,默认密码为 123456
。
此时输入默认账户密码并点击登录后,会提示系统未激活:
点击“获取激活序列号”按钮并复制序列号:
将序列号发送给 Mapmost Studio 工作人员获取激活码后,将激活码填入页面输入框,即可激活系统:
到此,Mapmost Studio 系统部署完毕。